Set the non_uppercase_statics
lint to warn by default
This commit is contained in:
parent
aa034cd3ba
commit
94bcd3539c
37 changed files with 233 additions and 171 deletions
|
@ -11,6 +11,7 @@
|
|||
//! Bindings for executing child processes
|
||||
|
||||
#![allow(experimental)]
|
||||
#![allow(non_uppercase_statics)]
|
||||
|
||||
use prelude::*;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue