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.
1 parent 88c7260 commit a4ebd97Copy full SHA for a4ebd97
src/lib.rs
@@ -1,3 +1,5 @@
1
+#![deny(clippy::all)]
2
+
3
use byteorder::{BigEndian, ByteOrder, LittleEndian};
4
use std::{
5
fmt::Debug,
0 commit comments