Merge pull request #369 from fhartwig/allow-warn

Fix documentation that disagrees with code
This commit is contained in:
Manish Goregaokar 2015-10-08 14:51:53 +05:30
commit 6f84e3551b
1 changed files with 1 additions and 1 deletions

View File

@ -1,6 +1,6 @@
//! Checks for usage of &Vec[_] and &String
//!
//! This lint is **warn** by default
//! This lint is **allow** by default
use rustc::lint::*;
use rustc_front::hir::*;