summaryrefslogtreecommitdiff
path: root/src/lib.rs
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2020-10-11 09:38:46 +0300
committerLars Wirzenius <liw@liw.fi>2020-10-11 09:38:46 +0300
commit97286e718bd0bd1b05c57f3a8e791dcfb64e0219 (patch)
tree49a704a8842ef040c40f5e37225f5f227ae05853 /src/lib.rs
parent247a75fc4f5da908f92e384dbafec5dd8a6f599c (diff)
downloadsubplot-97286e718bd0bd1b05c57f3a8e791dcfb64e0219.tar.gz
chore: drop an allow for a clippy warning, buster rustc is newer now
Diffstat (limited to 'src/lib.rs')
-rw-r--r--src/lib.rs4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/lib.rs b/src/lib.rs
index 4b1de12..30112de 100644
--- a/src/lib.rs
+++ b/src/lib.rs
@@ -4,10 +4,6 @@
//! and how they are verified, in a way that's understood by all project
//! stakeholders.
-// disable clippy warning about using as_ref instead, as we
-// target the version of Rust in Debian 10 (buster), which
-// doesn't have it.
-#![allow(clippy::match_as_ref)]
#![deny(missing_docs)]
mod error;
pub use error::Result;