Skip to content

Commit 20a306d

Browse files
allow(clippy::approx_constant) in tests
1 parent 30a5723 commit 20a306d

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/sea_of_nodes/tests.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
#![allow(clippy::approx_constant)]
12
use crate::datastructures::arena::DroplessArena;
23
use crate::sea_of_nodes::nodes::node::Stop;
34
use crate::sea_of_nodes::nodes::{Nodes, Op};

0 commit comments

Comments
 (0)