mirror of
https://github.com/tokio-rs/axum.git
synced 2025-04-26 13:56:22 +02:00
Fix unused variable warning when developing using a nightly toolchain (#1520)
This commit is contained in:
parent
74bbe80f8a
commit
c3fa0b2a3e
1 changed files with 1 additions and 1 deletions
|
@ -722,7 +722,7 @@ fn run_ui_tests(directory: &str) {
|
|||
}
|
||||
|
||||
#[rustversion::not(stable)]
|
||||
fn go(directory: &str) {}
|
||||
fn go(_directory: &str) {}
|
||||
|
||||
go(directory);
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue