Skip to content

Commit

Permalink
Fix build warning
Browse files Browse the repository at this point in the history
  • Loading branch information
helgoboss committed Dec 20, 2024
1 parent 61b1d38 commit d58ddff
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions main/src/infrastructure/plugin/sandbox.rs
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
//! Some experimental code for trying things out.
#[allow(unused)]
pub fn simulate_error() {
panic!("Simulated error");
}

0 comments on commit d58ddff

Please sign in to comment.