Skip to content

Commit

Permalink
warn about missing Debug implementations
Browse files Browse the repository at this point in the history
  • Loading branch information
phimuemue committed May 21, 2022
1 parent 1fb7bc8 commit b13ba72
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/lib.rs
@@ -1,3 +1,4 @@
#![warn(missing_debug_implementations)]
pub mod document;
pub mod node;
pub mod predicate;
Expand Down

0 comments on commit b13ba72

Please sign in to comment.