mirror of
https://github.com/tokio-rs/axum.git
synced 2026-09-06 00:00:17 +02:00
Fix unused variable warning when developing using a nightly toolchain (#1520)
This commit is contained in:
@@ -722,7 +722,7 @@ fn run_ui_tests(directory: &str) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
#[rustversion::not(stable)]
|
#[rustversion::not(stable)]
|
||||||
fn go(directory: &str) {}
|
fn go(_directory: &str) {}
|
||||||
|
|
||||||
go(directory);
|
go(directory);
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user