Skip to content

Commit b4f94b4

Browse files
authored
Merge pull request #1000 from racer-rust/nrc-patch-1
Re-export Edition
2 parents ade1971 + 416cae3 commit b4f94b4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/racer/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ pub use core::{
4242
BytePos, ByteRange, Coordinate, FileCache, FileLoader, Location, Match, MatchType, Session,
4343
};
4444
pub use primitive::PrimKind;
45-
pub use project_model::ProjectModelProvider;
45+
pub use project_model::{Edition, ProjectModelProvider};
4646
pub use snippets::snippet_for_match;
4747
pub use util::expand_ident;
4848

0 commit comments

Comments
 (0)