Skip to content

Commit 391a9f5

Browse files
committed
Addressed clippy warnings
1 parent 05cbaa6 commit 391a9f5

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

test/cargo_build_script/tools_exec.rs

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
// TODO: Remove this exception after https://github.com/rust-lang/rust-clippy/pull/10055 is released
2+
#![allow(clippy::uninlined_format_args)]
3+
14
#[test]
25
pub fn test_tool_exec() {
36
let tool_path = env!("TOOL_PATH");

test/process_wrapper/rustc_quit_on_rmeta.rs

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
// TODO: Remove this exception after https://github.com/rust-lang/rust-clippy/pull/10055 is released
2+
#![allow(clippy::uninlined_format_args)]
3+
14
#[cfg(test)]
25
mod test {
36
use std::path::PathBuf;

0 commit comments

Comments
 (0)