Skip to content

Commit bda218f

Browse files
committed
Auto merge of #4812 - tomprince:patch-1, r=matklad
Fix comment typo.
2 parents 4005bc4 + fb6d4e2 commit bda218f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/cargo/sources/directory.rs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -97,9 +97,9 @@ impl<'cfg> Source for DirectorySource<'cfg> {
9797
// when a dir is removed from a different checkout. Sometimes a
9898
// mostly-empty dir is left behind.
9999
//
100-
// To help work Cargo work by default in more cases we try to
101-
// handle this case by default. If the directory looks like it only
102-
// has dotfiles in it (or no files at all) then we skip it.
100+
// To help Cargo work by default in more cases we try to handle this
101+
// case by default. If the directory looks like it only has dotfiles
102+
// in it (or no files at all) then we skip it.
103103
//
104104
// In general we don't want to skip completely malformed directories
105105
// to help with debugging, so we don't just ignore errors in

0 commit comments

Comments
 (0)