We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
make tidy
1 parent 29f3636 commit 5bd54a2Copy full SHA for 5bd54a2
src/test/run-pass/impl-for-never.rs
@@ -26,7 +26,7 @@ fn maybe_stringify<T: StringifyType>(opt: Option<T>) -> &'static str {
26
match opt {
27
Some(_) => T::stringify_type(),
28
None => "none",
29
- }
+ }
30
}
31
32
fn main() {
0 commit comments