Skip to content

Commit

Permalink
Fix warnings in tests
Browse files Browse the repository at this point in the history
  • Loading branch information
tobiemh committed Feb 21, 2024
1 parent db43f9b commit 3b6cee5
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions tests/test.rs
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
#![allow(clippy::excessive_precision)]
#![allow(clippy::box_collection)]

use revision::revisioned;
use revision::Error;
use revision::Revisioned;
Expand Down

0 comments on commit 3b6cee5

Please sign in to comment.