Bump Rust to 2016-04-06

This commit is contained in:
Ms2ger 2016-03-24 17:21:27 +01:00 committed by Anthony Ramine
parent f335586ff5
commit bfadfe0349
8 changed files with 16 additions and 16 deletions

View file

@ -3,7 +3,7 @@
* file, You can obtain one at http://mozilla.org/MPL/2.0/. */
use rustc::lint::{LateContext, LintPass, LintArray, LateLintPass, LintContext};
use rustc::middle::ty;
use rustc::ty;
use rustc_front::hir;
declare_lint!(STR_TO_STRING, Deny,