Skip to content

Commit

Permalink
make clippy be quiet about useless nonsense.
Browse files Browse the repository at this point in the history
  • Loading branch information
Lokathor committed May 13, 2024
1 parent b39b681 commit 9319f48
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/contiguous.rs
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
#![allow(clippy::legacy_numeric_constants)]

use super::*;

/// A trait indicating that:
Expand Down

0 comments on commit 9319f48

Please sign in to comment.