summaryrefslogtreecommitdiffstats
path: root/src/parse.rs
diff options
context:
space:
mode:
authorDan Davison <dandavison7@gmail.com>2020-12-03 15:14:38 -0500
committerGitHub <noreply@github.com>2020-12-03 15:14:38 -0500
commit15d06cbf7584570ec3b5beaba99cb8898f9ec3dc (patch)
tree1e8a4f6d3469dd7718d837dfbda8d2d7c5b4ba80 /src/parse.rs
parent8e65ea071a1fdfc34d5031ce1a5130e109d7bb5e (diff)
Disable some clippy warnings (#422)
Diffstat (limited to 'src/parse.rs')
-rw-r--r--src/parse.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/parse.rs b/src/parse.rs
index 7e39c772..4c2cf233 100644
--- a/src/parse.rs
+++ b/src/parse.rs
@@ -9,6 +9,7 @@ use crate::features;
// https://git-scm.com/docs/git-config#Documentation/git-config.txt-diffmnemonicPrefix
const DIFF_PREFIXES: [&str; 6] = ["a/", "b/", "c/", "i/", "o/", "w/"];
+#[allow(clippy::tabs_in_doc_comments)]
/// Given input like
/// "--- one.rs 2019-11-20 06:16:08.000000000 +0100"
/// Return "rs"