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