Move unused trait functions to inherent functions
This commit is contained in:
parent
5aec365cb9
commit
6fdd6f65ca
9 changed files with 81 additions and 101 deletions
|
@ -19,7 +19,7 @@ use syntax_pos::Span;
|
|||
use rustc::hir;
|
||||
use rustc::hir::def::{Def, CtorKind};
|
||||
use rustc::hir::def_id::DefId;
|
||||
use rustc::middle::cstore::{CrateStore, LoadedMacro};
|
||||
use rustc_metadata::cstore::LoadedMacro;
|
||||
use rustc::ty;
|
||||
use rustc::util::nodemap::FxHashSet;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue