We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4a489c2 commit 2db749fCopy full SHA for 2db749f
butane/tests/common/blog.rs
@@ -1,4 +1,6 @@
1
//! Helpers for several tests.
2
+#![allow(dead_code)] // not all parts used in all tests
3
+
4
use butane::{dataresult, model, DataObject};
5
use butane::{db::Connection, ForeignKey, Many};
6
#[cfg(feature = "datetime")]
0 commit comments