Skip to content

Commit

Permalink
fix: docs
Browse files Browse the repository at this point in the history
  • Loading branch information
baszalmstra committed Nov 2, 2023
1 parent 52dd63b commit b3f8aa8
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,8 @@ mod solver;

use itertools::Itertools;

use crate::internal::id::StringId;
pub use internal::{
id::{NameId, SolvableId, VersionSetId},
id::{NameId, SolvableId, StringId, VersionSetId},
mapping::Mapping,
};
pub use pool::Pool;
Expand Down

0 comments on commit b3f8aa8

Please sign in to comment.