We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
cfg
1 parent fd80602 commit 3a04f18Copy full SHA for 3a04f18
src/float/mod.rs
@@ -14,6 +14,7 @@ pub mod trunc;
14
15
public_test_dep! {
16
/// Trait for some basic operations on floats
17
+#[allow(dead_code)]
18
pub(crate) trait Float:
19
Copy
20
+ core::fmt::Debug
src/int/mod.rs
@@ -13,6 +13,7 @@ pub use self::leading_zeros::__clzsi2;
13
/// Trait for some basic operations on integers
pub(crate) trait Int:
0 commit comments