Skip to content

Commit e49826c

Browse files
committed
chore: run fmt
Signed-off-by: tison <[email protected]>
1 parent 4f0990e commit e49826c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/lib.rs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -175,7 +175,8 @@ type CrateNames = BTreeMap<String, FoundCrate>;
175175
/// # Returns
176176
///
177177
/// - `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`.
178+
/// - `Ok(FoundCrate::Name(new_name))` the searched create was found with the given name in the
179+
/// `Cargo.toml`.
179180
/// - `Err` if an error occurred. See [`Error`].
180181
///
181182
/// The returned crate name is sanitized in such a way that it is a valid rust identifier. Thus,

0 commit comments

Comments
 (0)