aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorMelody Horn <melody@boringcactus.com>2022-03-26 21:42:12 -0600
committerMelody Horn <melody@boringcactus.com>2022-03-26 21:42:12 -0600
commit8130a49f045764a200082e5c296eae7a9d4b4e37 (patch)
treeb86635e62ee3508a595c1327c3a04379a83578cf /src
parent038e68aa0309db5a4d16074bdeae10c2fd36b451 (diff)
downloadkdl-schema-8130a49f045764a200082e5c296eae7a9d4b4e37.tar.gz
kdl-schema-8130a49f045764a200082e5c296eae7a9d4b4e37.zip
spruce up metadata and clippyness
Diffstat (limited to 'src')
-rw-r--r--src/lib.rs2
-rw-r--r--src/schema_schema.rs2
2 files changed, 4 insertions, 0 deletions
diff --git a/src/lib.rs b/src/lib.rs
index f2b80cc..97dbce4 100644
--- a/src/lib.rs
+++ b/src/lib.rs
@@ -1,3 +1,5 @@
+#![warn(clippy::pedantic, clippy::cargo)]
+
#[cfg(feature = "parse-knuffel")]
use knuffel::{Decode, DecodeScalar};
diff --git a/src/schema_schema.rs b/src/schema_schema.rs
index c7cc2ec..07ff463 100644
--- a/src/schema_schema.rs
+++ b/src/schema_schema.rs
@@ -1,3 +1,5 @@
+#![allow(clippy::too_many_lines, clippy::wildcard_imports)]
+
use lazy_static::lazy_static;
use super::*;