about summary refs log tree commit diff
path: root/src
diff options
context:
space:
mode:
authorNathan Whitaker <nathan.whitaker01@gmail.com>2020-09-22 12:23:22 -0400
committerNathan Whitaker <nathan.whitaker01@gmail.com>2020-10-26 18:19:48 -0400
commita1bb10e9b805d3bd60d7c47dc453c011478245df (patch)
tree755b2e91ccde27d81afe3092a6ac9a0b13ef98c5 /src
parentdf855321126580ace6e3022372991c725d3e1b0a (diff)
downloadrust-a1bb10e9b805d3bd60d7c47dc453c011478245df.tar.gz
rust-a1bb10e9b805d3bd60d7c47dc453c011478245df.zip
Remove lint from clippy
Diffstat (limited to 'src')
-rw-r--r--src/lintlist/mod.rs7
1 files changed, 0 insertions, 7 deletions
diff --git a/src/lintlist/mod.rs b/src/lintlist/mod.rs
index 6301d623a2b..dcbb8a6a31d 100644
--- a/src/lintlist/mod.rs
+++ b/src/lintlist/mod.rs
@@ -2259,13 +2259,6 @@ vec![
         module: "temporary_assignment",
     },
     Lint {
-        name: "temporary_cstring_as_ptr",
-        group: "correctness",
-        desc: "getting the inner pointer of a temporary `CString`",
-        deprecation: None,
-        module: "methods",
-    },
-    Lint {
         name: "to_digit_is_some",
         group: "style",
         desc: "`char.is_digit()` is clearer",