summaryrefslogtreecommitdiff
path: root/patches/0001-Remove-unused-extern-crate-maplit.patch
diff options
context:
space:
mode:
Diffstat (limited to 'patches/0001-Remove-unused-extern-crate-maplit.patch')
-rw-r--r--patches/0001-Remove-unused-extern-crate-maplit.patch25
1 files changed, 0 insertions, 25 deletions
diff --git a/patches/0001-Remove-unused-extern-crate-maplit.patch b/patches/0001-Remove-unused-extern-crate-maplit.patch
deleted file mode 100644
index abcf752..0000000
--- a/patches/0001-Remove-unused-extern-crate-maplit.patch
+++ /dev/null
@@ -1,25 +0,0 @@
-From cca209337abe86ad35dc705dd293b1ab264f5e46 Mon Sep 17 00:00:00 2001
-From: Henri Chataing <henrichataing@google.com>
-Date: Fri, 18 Feb 2022 11:49:59 +0100
-Subject: [PATCH] Remove unused extern crate maplit
-
-Change-Id: I4fdf3fb28528ba228d3c4869c7a4a17921f8293d
----
- src/lib.rs | 1 -
- 1 file changed, 1 deletion(-)
-
-diff --git a/src/lib.rs b/src/lib.rs
-index 1f9c5bc..28f33b0 100644
---- a/src/lib.rs
-+++ b/src/lib.rs
-@@ -9,7 +9,6 @@
-
- #![allow(clippy::range_plus_one)]
-
--extern crate maplit;
- #[cfg(test)]
- #[macro_use]
- extern crate pest;
---
-2.35.1.265.g69c8d7142f-goog
-