gameServer2/src/main.rs
changeset 13421 d1368c776a4f
parent 13414 28b314ad566d
child 13423 87a6cad20c90
equal deleted inserted replaced
13420:cf189adc07fd 13421:d1368c776a4f
     1 #![allow(unused_imports)]
     1 #![allow(unused_imports)]
       
     2 #![deny(bare_trait_objects)]
       
     3 #![warn(unreachable_pub)]
     2 
     4 
     3 extern crate rand;
     5 extern crate rand;
     4 extern crate mio;
     6 extern crate mio;
     5 extern crate slab;
     7 extern crate slab;
     6 extern crate netbuf;
     8 extern crate netbuf;