Skip to content

Commit a4ebd97

Browse files
committed
Enforce clippy lints
1 parent 88c7260 commit a4ebd97

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/lib.rs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
#![deny(clippy::all)]
2+
13
use byteorder::{BigEndian, ByteOrder, LittleEndian};
24
use std::{
35
fmt::Debug,

0 commit comments

Comments
 (0)