We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e4887bf commit fe80e54Copy full SHA for fe80e54
src/lib.rs
@@ -175,7 +175,7 @@ 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 Cargo.toml
+/// - `Ok(FoundCrate::Name(new_name))` the searched create was found with the given name in the `Cargo.toml`.
179
/// - `Err` if an error occurred. See [`Error`].
180
181
/// The returned crate name is sanitized in such a way that it is a valid rust identifier. Thus,
0 commit comments