From fb6d4e224f2f18e611de11a7d1d226c0a832bd02 Mon Sep 17 00:00:00 2001 From: Tom Prince Date: Tue, 12 Dec 2017 12:24:35 -0700 Subject: [PATCH] Fix comment typo. --- src/cargo/sources/directory.rs | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/cargo/sources/directory.rs b/src/cargo/sources/directory.rs index 902d64d22..57424c276 100644 --- a/src/cargo/sources/directory.rs +++ b/src/cargo/sources/directory.rs @@ -97,9 +97,9 @@ impl<'cfg> Source for DirectorySource<'cfg> { // when a dir is removed from a different checkout. Sometimes a // mostly-empty dir is left behind. // - // To help work 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. + // 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. // // In general we don't want to skip completely malformed directories // to help with debugging, so we don't just ignore errors in -- 2.30.2