Skip to content

Commit

Permalink
Fixes compile error left over from Rust 2018 migration.
Browse files Browse the repository at this point in the history
  • Loading branch information
Nathan Ringo committed Jan 27, 2021
1 parent ecc7906 commit 337e9fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion evaltrees-cli/src/options.rs
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ impl Options {
#[cfg(not(debug_assertions))]
pub fn setup_panic(&self) {
if self.verbose == 0 {
setup_panic!();
human_panic::setup_panic!();
}
}
}

0 comments on commit 337e9fc

Please sign in to comment.