Skip to content

Commit 61582f5

Browse files
committed
fix deny(unused) comment
1 parent bdee4e6 commit 61582f5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
#![deny(warnings)]
1414
#![deny(missing_docs)]
1515
#![forbid(missing_debug_implementations)]
16-
// use deny instead of forbid due to bogus warnings, see also https://github.com/rust-lang/rust/issues/81670
16+
// use deny instead of forbid because try_f32_from_le_bytes might be unused depending on the selected features
1717
#![deny(unused)]
1818
#![no_std]
1919

0 commit comments

Comments
 (0)