mirror of
https://github.com/servo/servo.git
synced 2025-07-29 18:20:24 +01:00
Rust upgrade to 2016-04-12
This commit is contained in:
parent
7faa3ed9cb
commit
e10c580768
13 changed files with 163 additions and 152 deletions
|
@ -2,12 +2,12 @@
|
|||
* License, v. 2.0. If a copy of the MPL was not distributed with this
|
||||
* file, You can obtain one at http://mozilla.org/MPL/2.0/. */
|
||||
|
||||
use rustc::front::map as ast_map;
|
||||
use rustc::hir;
|
||||
use rustc::hir::intravisit as visit;
|
||||
use rustc::hir::map as ast_map;
|
||||
use rustc::hir::pat_util::pat_is_binding;
|
||||
use rustc::lint::{LateContext, LintPass, LintArray, LateLintPass, LintContext};
|
||||
use rustc::middle::pat_util::pat_is_binding;
|
||||
use rustc::ty;
|
||||
use rustc_front::hir;
|
||||
use rustc_front::intravisit as visit;
|
||||
use syntax::attr::AttrMetaMethods;
|
||||
use syntax::{ast, codemap};
|
||||
use utils::{match_def_path, in_derive_expn};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue