Skip to content

Commit

Permalink
fix: build
Browse files Browse the repository at this point in the history
  • Loading branch information
marvin-j97 committed May 23, 2024
1 parent 884759d commit 0bd2a92
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/levels/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,8 @@ impl LevelManifest {
.map(|_| Level::default())
.collect::<Vec<_>>();

let levels = Self {
#[allow(unused_mut)]
let mut levels = Self {
path: path.as_ref().to_path_buf(),
levels,
hidden_set: HashSet::with_capacity(10),
Expand Down

0 comments on commit 0bd2a92

Please sign in to comment.