Skip to content

Commit

Permalink
chore: allow clippy test in doc-test
Browse files Browse the repository at this point in the history
  • Loading branch information
oknozor committed Jun 5, 2024
1 parent ec546a3 commit e1b2266
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -137,6 +137,7 @@
//! }
//! # }
//!```
#![allow(clippy::test_attr_in_doctest)]
extern crate sealed_test_derive;

pub mod prelude;
Expand Down

0 comments on commit e1b2266

Please sign in to comment.