Skip to content

Commit

Permalink
clear up some warnings in tests.
Browse files Browse the repository at this point in the history
  • Loading branch information
Lokathor committed Feb 9, 2024
1 parent 031a035 commit 5f47176
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions tests/doc_tests.rs
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
#![allow(clippy::disallowed_names)]
#![allow(dead_code)]

//! Cargo miri doesn't run doctests yet, so we duplicate these here. It's
//! probably not that important to sweat keeping these perfectly up to date, but
Expand Down
1 change: 1 addition & 0 deletions tests/std_tests.rs
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
#![allow(clippy::uninlined_format_args)]
#![allow(unused_imports)]
//! The integration tests seem to always have `std` linked, so things that would
//! depend on that can go here.

Expand Down

0 comments on commit 5f47176

Please sign in to comment.