1
Fork 0

Update code with new lint names

This commit is contained in:
Aaron Turon 2014-10-27 15:37:07 -07:00
parent 58dc0a05ab
commit e0ad0fcb95
178 changed files with 265 additions and 265 deletions

View file

@ -11,7 +11,7 @@
//! Bindings for executing child processes
#![allow(experimental)]
#![allow(non_uppercase_statics)]
#![allow(non_upper_case_globals)]
use prelude::*;