Skip to content

Commit 6b7fff9

Browse files
committed
Fix documentation that disagrees with code
1 parent 3e475e9 commit 6b7fff9

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)