Skip to content

Commit

Permalink
fix clippy
Browse files Browse the repository at this point in the history
  • Loading branch information
sigmaSd committed Mar 22, 2024
1 parent b0a0c29 commit da3603c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions crates/irust/src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ fn main() {
use std::io::Read;

let mut repl = Repl::default();
#[allow(clippy::blocks_in_conditions)]
match (|| -> irust::Result<EvalResult> {
let mut input = String::new();
stdin.read_to_string(&mut input)?;
Expand Down

0 comments on commit da3603c

Please sign in to comment.