Skip to content

Commit

Permalink
Ignore two clippy lints
Browse files Browse the repository at this point in the history
  • Loading branch information
laurmaedje committed Aug 3, 2023
1 parent a4dea19 commit 1685bd5
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions tests/tests.rs
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
// Test with `cargo +nightly miri test` to check sanity!

#![allow(clippy::redundant_clone)]
#![allow(clippy::disallowed_names)]

use std::borrow::Cow;
use std::collections::HashMap;
use std::fmt::Write;
Expand Down

0 comments on commit 1685bd5

Please sign in to comment.