Skip to content

Commit 6f84e35

Browse files
committed
Merge pull request #369 from fhartwig/allow-warn
Fix documentation that disagrees with code
2 parents 3e475e9 + 6b7fff9 commit 6f84e35

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ptr_arg.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
//! Checks for usage of &Vec[_] and &String
22
//!
3-
//! This lint is **warn** by default
3+
//! This lint is **allow** by default
44
55
use rustc::lint::*;
66
use rustc_front::hir::*;

0 commit comments

Comments
 (0)