Skip to content

Commit

Permalink
#![warn(missing_docs)]
Browse files Browse the repository at this point in the history
  • Loading branch information
konstin committed Feb 18, 2024
1 parent ae6224a commit b2aa9d1
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 @@ -32,7 +32,7 @@
//! * ordering contradicts matching: We have e.g. `1.0+local > 1.0` when sorting,
//! but `==1.0` matches `1.0+local`. While the ordering of versions itself is a total order
//! the version matching needs to catch all sorts of special cases
#![deny(missing_docs)]
#![warn(missing_docs)]

#[cfg(feature = "pyo3")]
pub use version::PyVersion;
Expand Down

0 comments on commit b2aa9d1

Please sign in to comment.