Skip to content

Commit

Permalink
[test-rust-cli] Suppress deprecation warnings for transitive dependen…
Browse files Browse the repository at this point in the history
…cies (`buf_redux`, `multipart`).

See: tomaka/rouille#271
  • Loading branch information
lgarron committed Jul 18, 2023
1 parent 08ab415 commit 424ccd0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions examples/common/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ impl CliCommand {
CliCommand::Cpp() => &[],
CliCommand::Rust() => &[
"run",
"--quiet", // Suppress deprecation warnings for transitive dependencies (`buf_redux`, `multipart`): https://github.com/tomaka/rouille/issues/271
"--",
"search",
"--debug-print-serialized-json",
Expand Down

0 comments on commit 424ccd0

Please sign in to comment.