Skip to content

Commit 7055230

Browse files
committed
removed lint errors
1 parent 44096e0 commit 7055230

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

bridge/common/src/proto_types/input.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@
99
#![allow(unused_attributes)]
1010
#![cfg_attr(rustfmt, rustfmt::skip)]
1111

12-
#![allow(box_pointers)]
1312
#![allow(dead_code)]
1413
#![allow(missing_docs)]
1514
#![allow(non_camel_case_types)]

bridge/common/src/proto_types/output.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@
99
#![allow(unused_attributes)]
1010
#![cfg_attr(rustfmt, rustfmt::skip)]
1111

12-
#![allow(box_pointers)]
1312
#![allow(dead_code)]
1413
#![allow(missing_docs)]
1514
#![allow(non_camel_case_types)]

0 commit comments

Comments
 (0)