Fix documentation that disagrees with code

This commit is contained in:
Florian Hartwig 2015-10-08 00:35:32 +02:00
parent 3e475e9588
commit 6b7fff93bc

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::*;