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

@@ -17,7 +17,7 @@ A simple wrapper over the platform's dynamic library facilities
*/
#![experimental]
#![allow(missing_doc)]
#![allow(missing_docs)]
use clone::Clone;
use collections::MutableSeq;