From 8130a49f045764a200082e5c296eae7a9d4b4e37 Mon Sep 17 00:00:00 2001 From: Melody Horn Date: Sat, 26 Mar 2022 21:42:12 -0600 Subject: spruce up metadata and clippyness --- src/schema_schema.rs | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/schema_schema.rs') 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::*; -- cgit v1.2.3