Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/master' into example-build
Browse files Browse the repository at this point in the history
  • Loading branch information
Electron100 committed Jul 17, 2024
2 parents 1adc524 + 2dbfb30 commit 72e944a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .editorconfig
Original file line number Diff line number Diff line change
Expand Up @@ -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
2 changes: 2 additions & 0 deletions butane/tests/common/blog.rs
Original file line number Diff line number Diff line change
@@ -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")]
Expand Down

0 comments on commit 72e944a

Please sign in to comment.