26 lines
575 B
Diff
26 lines
575 B
Diff
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
|
|
|