chore: remove all deprecated functions

This commit is contained in:
PoiScript 2019-11-05 23:56:39 +08:00
parent dc57ab7bdc
commit 9445db822b
3 changed files with 11 additions and 63 deletions

View file

@ -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();