Skip to content

Commit

Permalink
No commit message
Browse files Browse the repository at this point in the history
  • Loading branch information
max-sixty committed Oct 13, 2024
1 parent 404383e commit 0355f29
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion cargo-insta/src/cli.rs
Original file line number Diff line number Diff line change
Expand Up @@ -648,7 +648,10 @@ fn test_run(mut cmd: TestCommand, color: ColorWhen) -> Result<(), Box<dyn Error>
let loc = handle_target_args(&cmd.target_args, &cmd.test_runner_options.package)?;

if cmd.accept_unseen {
eprintln!("{} If this option is materially helpful to you, please add a comment at https://github.com/mitsuhiko/insta/issues/659.", style("`--accept-unseen` is pending deprecation."))
eprintln!(
"{} If this option is materially helpful to you, please add a comment at https://github.com/mitsuhiko/insta/issues/659.",
style("`--accept-unseen` is pending deprecation.").bold().yellow()
)
}

// Based on any configs in the config file, update the test command. Default
Expand Down

0 comments on commit 0355f29

Please sign in to comment.