Skip to content
This repository was archived by the owner on Apr 28, 2025. It is now read-only.

Commit aa97361

Browse files
committed
clippy skip for extensive tests
1 parent 801edce commit aa97361

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/math/generic/scalbn.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
#![allow(unused)]
2+
#![allow(clippy::all)]
23

34
use super::super::support::Hexf;
45
use super::super::{CastFrom, CastInto, Float, IntTy, MinInt};

0 commit comments

Comments
 (0)