Skip to content

Commit

Permalink
Only print warning if no snapshots found (#320)
Browse files Browse the repository at this point in the history
  • Loading branch information
max-sixty committed Dec 30, 2022
1 parent 8006453 commit dd52f56
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions cargo-insta/src/cli.rs
Expand Up @@ -400,8 +400,6 @@ fn process_snapshots(cmd: ProcessCommand, op: Option<Operation>) -> Result<(), B
}
}
return Ok(());
} else if !loc.no_ignore {
println!("{}: {}", style("info").bold(), IGNORE_MESSAGE);
}

let mut accepted = vec![];
Expand Down

0 comments on commit dd52f56

Please sign in to comment.