Move TokenExpander to base_db and rename it

It's only used to break the dependency to proc_macro_api
This commit is contained in:
Jonas Schievink 2020-12-11 14:24:02 +01:00
parent 0fd75c98ac
commit 798968e1e3
4 changed files with 12 additions and 12 deletions

View file

@ -14,7 +14,7 @@ pub use crate::{
change::Change,
input::{
CrateData, CrateDisplayName, CrateGraph, CrateId, CrateName, Dependency, Edition, Env,
ProcMacro, ProcMacroId, ProcMacroKind, SourceRoot, SourceRootId,
ProcMacro, ProcMacroExpander, ProcMacroId, ProcMacroKind, SourceRoot, SourceRootId,
},
};
pub use salsa;