]> git.lizzy.rs Git - rust.git/commitdiff
Fix documentation that disagrees with code
authorFlorian Hartwig <florian.j.hartwig@gmail.com>
Wed, 7 Oct 2015 22:35:32 +0000 (00:35 +0200)
committerFlorian Hartwig <florian.j.hartwig@gmail.com>
Wed, 7 Oct 2015 22:35:32 +0000 (00:35 +0200)
src/ptr_arg.rs

index 7c369469ea2d82af24e083b4f618a2de028e97e6..be11ebce26a223b1a4fe30e66e449b9346ca79d0 100644 (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::*;