Remove clean::Mutability enum
This commit is contained in:
parent
0a440b1594
commit
5a0d747eef
4 changed files with 11 additions and 28 deletions
|
@ -54,12 +54,12 @@ use syntax_pos::hygiene::MacroKind;
|
|||
use rustc::hir::def_id::DefId;
|
||||
use rustc::middle::privacy::AccessLevels;
|
||||
use rustc::middle::stability;
|
||||
use rustc::hir;
|
||||
use rustc::hir::{self, Mutability};
|
||||
use rustc::util::nodemap::{FxHashMap, FxHashSet};
|
||||
use rustc_data_structures::flock;
|
||||
use rustc_feature::UnstableFeatures;
|
||||
|
||||
use crate::clean::{self, AttributesExt, Deprecation, GetDefId, SelfTy, Mutability};
|
||||
use crate::clean::{self, AttributesExt, Deprecation, GetDefId, SelfTy};
|
||||
use crate::config::RenderOptions;
|
||||
use crate::docfs::{DocFS, ErrorStorage, PathError};
|
||||
use crate::doctree;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue