Skip to content

Commit

Permalink
ci: tell clippy to not complain about the tests
Browse files Browse the repository at this point in the history
The point of this crate is to be called early on in main so that's what
the examples show.
  • Loading branch information
cardoe committed Jan 31, 2024
1 parent a79bac9 commit 0204778
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 @@ -6,6 +6,7 @@
// option. This file may not be copied, modified, or distributed
// except according to those terms.

#![allow(clippy::needless_doctest_main)]
#![doc(html_root_url = "https://docs.rs/stderrlog/0.6.0")]

//! A simple logger to provide semantics similar to what is expected
Expand Down

0 comments on commit 0204778

Please sign in to comment.