Skip to content

Commit ae387ff

Browse files
committed
Allow type complexity in schem_saving example because of bevy queries
1 parent 58001c9 commit ae387ff

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Diff for: crates/valence/examples/schem_saving.rs

+2
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
#![allow(clippy::type_complexity)]
2+
13
use std::path::PathBuf;
24

35
use valence::prelude::*;

0 commit comments

Comments
 (0)