From: Tom Prince Date: Tue, 12 Dec 2017 19:24:35 +0000 (-0700) Subject: Fix comment typo. X-Git-Tag: archive/raspbian/0.35.0-2+rpi1~3^2^2^2^2^2^2^2~22^2~4^2~24^2 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=fb6d4e224f2f18e611de11a7d1d226c0a832bd02;p=cargo.git Fix comment typo. --- 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