Unnamed repository; edit this file 'description' to name the repository.
Diffstat (limited to 'crates/base_db/src/lib.rs')
| -rw-r--r-- | crates/base_db/src/lib.rs | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/crates/base_db/src/lib.rs b/crates/base_db/src/lib.rs index c34a329540..d4070457cd 100644 --- a/crates/base_db/src/lib.rs +++ b/crates/base_db/src/lib.rs @@ -11,9 +11,9 @@ use syntax::{ast, Parse, SourceFile, TextRange, TextSize}; pub use crate::{ change::Change, input::{ - CrateData, CrateDisplayName, CrateGraph, CrateId, CrateName, Dependency, Edition, Env, - ProcMacro, ProcMacroExpander, ProcMacroExpansionError, ProcMacroId, ProcMacroKind, - SourceRoot, SourceRootId, + CrateData, CrateDisplayName, CrateGraph, CrateId, CrateName, CrateOrigin, Dependency, + Edition, Env, ProcMacro, ProcMacroExpander, ProcMacroExpansionError, ProcMacroId, + ProcMacroKind, SourceRoot, SourceRootId, }, }; pub use salsa::{self, Cancelled}; |