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.
2 parents 4005bc4 + fb6d4e2 commit bda218fCopy full SHA for bda218f
src/cargo/sources/directory.rs
@@ -97,9 +97,9 @@ impl<'cfg> Source for DirectorySource<'cfg> {
97
// when a dir is removed from a different checkout. Sometimes a
98
// mostly-empty dir is left behind.
99
//
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.
+ // To help Cargo work by default in more cases we try to handle this
+ // case by default. If the directory looks like it only has dotfiles
+ // in it (or no files at all) then we skip it.
103
104
// In general we don't want to skip completely malformed directories
105
// to help with debugging, so we don't just ignore errors in
0 commit comments