Skip to content

Commit

Permalink
Allow type complexity in schem_saving example because of bevy queries
Browse files Browse the repository at this point in the history
  • Loading branch information
MrlnHi committed Apr 23, 2023
1 parent 58001c9 commit ae387ff
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions crates/valence/examples/schem_saving.rs
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
#![allow(clippy::type_complexity)]

use std::path::PathBuf;

use valence::prelude::*;
Expand Down

0 comments on commit ae387ff

Please sign in to comment.