We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 1514bf0 + 94a7e3b commit 271f472Copy full SHA for 271f472
1 file changed
src/scope/lifetime/static_lifetime.md
@@ -100,8 +100,8 @@ does not:
100
```rust,editable,compile_fail
101
use std::fmt::Debug;
102
103
-fn print_it( input: impl Debug + 'static ) {
104
- println!( "'static value passed in is: {:?}", input );
+fn print_it(input: impl Debug + 'static) {
+ println!("'static value passed in is: {:?}", input);
105
}
106
107
fn main() {
0 commit comments