Skip to content

Commit

Permalink
More lint suppression.
Browse files Browse the repository at this point in the history
  • Loading branch information
finnbear committed Sep 13, 2024
1 parent 60c67bd commit f41696c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions packages/yew/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -295,6 +295,7 @@ mod renderer;

#[cfg(feature = "csr")]
#[cfg(test)]
#[allow(missing_docs)]
pub mod tests;

/// The module that contains all events available in the framework.
Expand Down
1 change: 1 addition & 0 deletions packages/yew/src/tests/mod.rs
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
#[allow(missing_docs)]
pub mod layout_tests;

0 comments on commit f41696c

Please sign in to comment.