Skip to content

Commit 280e8af

Browse files
Allow dead code in internal_math
1 parent 0fc70b0 commit 280e8af

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/internal_math.rs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
// remove this after dependencies has been added
2+
#![allow(dead_code)]
13
use std::mem::swap;
24

35
/// # Arguments

0 commit comments

Comments
 (0)