fix clippy

This commit is contained in:
yggverse 2025-03-21 17:47:43 +02:00
parent 459626acb4
commit 2d98b66d82
2 changed files with 5 additions and 5 deletions

View file

@ -85,6 +85,6 @@ fn test() {
format!("{TAG} alt{NEW_LINE}line 1{NEW_LINE}line 2{NEW_LINE}{TAG}")
)
}
None => assert!(false),
None => unreachable!(),
}
}