mirror of
https://github.com/servo/servo.git
synced 2025-06-13 10:54:29 +00:00
Reorder use
statements
This commit is contained in:
parent
875981ece5
commit
93a103ba73
135 changed files with 401 additions and 400 deletions
|
@ -2,8 +2,8 @@
|
|||
* 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::hir::def_id::DefId;
|
||||
use rustc::hir::{self, def};
|
||||
use rustc::hir::def_id::DefId;
|
||||
use rustc::lint::{LateContext, LintContext};
|
||||
use syntax::ast;
|
||||
use syntax::attr::mark_used;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue