We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4f0990e commit e49826cCopy full SHA for e49826c
src/lib.rs
@@ -175,7 +175,8 @@ type CrateNames = BTreeMap<String, FoundCrate>;
175
/// # Returns
176
///
177
/// - `Ok(FoundCrate::Itself)` the searched crate is the current crate being compiled.
178
-/// - `Ok(FoundCrate::Name(new_name))` the searched create was found with the given name in the `Cargo.toml`.
+/// - `Ok(FoundCrate::Name(new_name))` the searched create was found with the given name in the
179
+/// `Cargo.toml`.
180
/// - `Err` if an error occurred. See [`Error`].
181
182
/// The returned crate name is sanitized in such a way that it is a valid rust identifier. Thus,
0 commit comments