diff --git a/.editorconfig b/.editorconfig index 13620393..cf9e702c 100644 --- a/.editorconfig +++ b/.editorconfig @@ -31,9 +31,11 @@ indent_style = tab [notes.org] indent_size = unset +indent_style = unset [*.md] indent_size = unset [LICENSE-APACHE.txt] indent_size = unset +indent_style = unset diff --git a/butane/tests/common/blog.rs b/butane/tests/common/blog.rs index d2cc9847..257a6421 100644 --- a/butane/tests/common/blog.rs +++ b/butane/tests/common/blog.rs @@ -1,4 +1,6 @@ //! Helpers for several tests. +#![allow(dead_code)] // not all parts used in all tests + use butane::{dataresult, model, DataObject}; use butane::{db::Connection, ForeignKey, Many}; #[cfg(feature = "datetime")]