chore: remove all deprecated functions
This commit is contained in:
parent
dc57ab7bdc
commit
9445db822b
3 changed files with 11 additions and 63 deletions
|
|
@ -200,12 +200,6 @@ impl Org<'_> {
|
|||
errors
|
||||
}
|
||||
|
||||
#[deprecated(since = "0.3.1", note = "rename to validate")]
|
||||
/// Validates an `Org` struct.
|
||||
pub fn check(&self) -> Vec<ValidationError> {
|
||||
self.validate()
|
||||
}
|
||||
|
||||
pub(crate) fn debug_validate(&self) {
|
||||
if cfg!(debug_assertions) {
|
||||
let errors = self.validate();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue