Skip to content

Commit e28fc94

Browse files
committed
Undo enabling the unreachable-pub lint.
It appears that nom cannot correctly handle `pub(crate)`, so the warnings cannot be fixed at the moment. See rust-bakery/nom#807
1 parent 976ef07 commit e28fc94

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

gameServer2/src/main.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
#![allow(unused_imports)]
22
#![deny(bare_trait_objects)]
3-
#![warn(unreachable_pub)]
43

54
extern crate rand;
65
extern crate mio;

0 commit comments

Comments
 (0)