Split CommonMethods to accomodate for use in back/write.rs
This commit is contained in:
parent
83e07f9fe9
commit
3aee77277e
9 changed files with 29 additions and 24 deletions
|
@ -74,7 +74,7 @@ use rustc_data_structures::small_c_str::SmallCStr;
|
|||
use rustc_data_structures::sync::Lrc;
|
||||
use rustc_data_structures::indexed_vec::Idx;
|
||||
|
||||
use interfaces::{BuilderMethods, CommonMethods};
|
||||
use interfaces::{BuilderMethods, CommonMethods, CommonWriteMethods};
|
||||
|
||||
use std::any::Any;
|
||||
use std::cmp;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue