mirror of
https://github.com/servo/servo.git
synced 2025-07-24 07:40:27 +01:00
sort all uses
This commit is contained in:
parent
d3c7e31722
commit
ec07178b6f
269 changed files with 903 additions and 931 deletions
|
@ -6,10 +6,10 @@ use rustc::ast_map;
|
|||
use rustc::lint::Context;
|
||||
use rustc::middle::def;
|
||||
|
||||
use syntax::ptr::P;
|
||||
use syntax::ast;
|
||||
use syntax::ast::{TyPath, Path, AngleBracketedParameters, PathSegment, Ty};
|
||||
use syntax::attr::mark_used;
|
||||
use syntax::ptr::P;
|
||||
|
||||
|
||||
/// Matches a type with a provided string, and returns its type parameters if successful
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue