diff options
author | Ms2ger <Ms2ger@gmail.com> | 2016-03-24 17:21:27 +0100 |
---|---|---|
committer | Anthony Ramine <n.oxyde@gmail.com> | 2016-04-06 14:22:26 +0200 |
commit | bfadfe03490e79a2fd1a8bb14f6a57ae8604afa8 (patch) | |
tree | 0e7ea4ef4da5c4f88954053df0fb8a976fffed4e /components/plugins/lints/str_to_string.rs | |
parent | f335586ff538004c708d836876b359704ebed86a (diff) | |
download | servo-bfadfe03490e79a2fd1a8bb14f6a57ae8604afa8.tar.gz servo-bfadfe03490e79a2fd1a8bb14f6a57ae8604afa8.zip |
Bump Rust to 2016-04-06
Diffstat (limited to 'components/plugins/lints/str_to_string.rs')
-rw-r--r-- | components/plugins/lints/str_to_string.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/components/plugins/lints/str_to_string.rs b/components/plugins/lints/str_to_string.rs index 6070d9fcd85..8a1f1530898 100644 --- a/components/plugins/lints/str_to_string.rs +++ b/components/plugins/lints/str_to_string.rs @@ -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, |