Skip to content

Commit

Permalink
chore(docs): add deny across project crates outside root
Browse files Browse the repository at this point in the history
  • Loading branch information
j-mendez committed Oct 15, 2023
1 parent 21bfdac commit 7a6d829
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions accessibility-rs/src/engine/mod.rs
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
#![deny(missing_docs)]
/// audits
pub mod audit;
/// issue handling and formats
Expand Down
1 change: 1 addition & 0 deletions accessibility-rs/src/i18n/mod.rs
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
#![deny(missing_docs)]
/// localization
pub mod locales;

0 comments on commit 7a6d829

Please sign in to comment.