We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 0d7964d + 3914d41 commit fbbf20aCopy full SHA for fbbf20a
src/scope/lifetime/static_lifetime.md
@@ -3,7 +3,7 @@
3
Rust has a few reserved lifetime names. One of those is `'static`. You
4
might encounter it in two situations:
5
6
-```rust, editable
+```rust, ignore
7
// A reference with 'static lifetime:
8
let s: &'static str = "hello world";
9
0 commit comments