We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c2665bd commit f8bf6a1Copy full SHA for f8bf6a1
liquid-compiler/src/lib.rs
@@ -1,4 +1,3 @@
1
-#![warn(unreachable_pub)]
2
#![warn(unused_extern_crates)]
3
4
#[macro_use]
liquid-error/src/lib.rs
@@ -2,7 +2,6 @@
#![warn(missing_docs)]
#![warn(missing_debug_implementations)]
5
6
7
8
mod error;
liquid-interpreter/src/lib.rs
@@ -1,7 +1,6 @@
//! Liquid template language interpreter.
extern crate itertools;
liquid-value/src/lib.rs
0 commit comments