File tree 3 files changed +3
-3
lines changed
3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 8
8
// option. This file may not be copied, modified, or distributed
9
9
// except according to those terms.
10
10
11
- #![ allow( missing_doc ) ]
11
+ #![ allow( missing_docs ) ]
12
12
#![ allow( dead_code) ]
13
13
14
14
use io:: { mod, IoError , IoResult } ;
Original file line number Diff line number Diff line change 8
8
// option. This file may not be copied, modified, or distributed
9
9
// except according to those terms.
10
10
11
- #![ allow( missing_doc ) ]
11
+ #![ allow( missing_docs ) ]
12
12
#![ allow( non_camel_case_types) ]
13
13
#![ allow( unused_imports) ]
14
14
#![ allow( dead_code) ]
Original file line number Diff line number Diff line change 8
8
// option. This file may not be copied, modified, or distributed
9
9
// except according to those terms.
10
10
11
- #![ allow( missing_doc ) ]
11
+ #![ allow( missing_docs ) ]
12
12
#![ allow( non_camel_case_types) ]
13
13
#![ allow( non_snake_case) ]
14
14
#![ allow( unused_imports) ]
You can’t perform that action at this time.
0 commit comments