Address `clippy::redundant_static_lifetimes`

This commit is contained in:
Joseph Birr-Pixton 2024-04-19 15:04:58 +01:00 committed by Joe Birr-Pixton
parent 5e7a06ca45
commit d082e837b3
1 changed files with 1 additions and 1 deletions

View File

@ -145,7 +145,7 @@ enum State {
#[cfg(test)]
mod test {
static TESTS: &[(&'static str, bool)] = &[
static TESTS: &[(&str, bool)] = &[
("", false),
("localhost", true),
("LOCALHOST", true),