gameServer2/src/main.rs
changeset 13430 eb91b889101b
parent 13429 4c5ed27b1ff8
child 13522 282e5e54386f
equal deleted inserted replaced
13429:4c5ed27b1ff8 13430:eb91b889101b
     1 #![allow(unused_imports)]
     1 #![allow(unused_imports)]
     2 #![deny(bare_trait_objects)]
     2 #![deny(bare_trait_objects)]
     3 #![warn(unreachable_pub)]
       
     4 
     3 
     5 extern crate rand;
     4 extern crate rand;
     6 extern crate mio;
     5 extern crate mio;
     7 extern crate slab;
     6 extern crate slab;
     8 extern crate netbuf;
     7 extern crate netbuf;