Skip to content

Commit

Permalink
chore: re-export for docs
Browse files Browse the repository at this point in the history
  • Loading branch information
Mollemoll committed May 16, 2024
1 parent b2babd3 commit e0e298c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ use std::fmt;
use regex::Regex;
use syntax::SYNTAX;
use verification::{Verifier};
pub use verification::{Verification, VerificationStatus};
pub use verification::{Verification, VerificationStatus, UnavailableReason};
pub use errors::{ValidationError, VerificationError};


Expand Down

0 comments on commit e0e298c

Please sign in to comment.