Skip to content

Commit

Permalink
Fix other definition
Browse files Browse the repository at this point in the history
  • Loading branch information
prozacchiwawa committed Sep 29, 2023
1 parent 7412876 commit f833685
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/compiler/cldb.rs
Original file line number Diff line number Diff line change
Expand Up @@ -191,7 +191,7 @@ impl CldbRun {
}

#[cfg(not(feature = "debug-print"))]
pub fn should_print_basic_output(&self) {
pub fn should_print_basic_output(&self) -> bool {
true
}

Expand Down

0 comments on commit f833685

Please sign in to comment.