mirror of
https://github.com/rust-lang/rust-clippy
synced 2025-02-17 06:28:42 +00:00
Merge pull request #369 from fhartwig/allow-warn
Fix documentation that disagrees with code
This commit is contained in:
commit
6f84e3551b
1 changed files with 1 additions and 1 deletions
|
@ -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::*;
|
||||
|
|
Loading…
Add table
Reference in a new issue