aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/utils.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/utils.rs b/src/utils.rs
index ddd38dc6..9288df49 100644
--- a/src/utils.rs
+++ b/src/utils.rs
@@ -191,6 +191,7 @@ pub fn show_screenshot_notification(image_path: Option<PathBuf>) {
}
}
+#[inline(never)]
pub fn cause_panic() {
let a = Duration::from_secs(1);
let b = Duration::from_secs(2);