We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 72cdf86 commit c3f92ddCopy full SHA for c3f92dd
src/references/slices.md
@@ -14,7 +14,6 @@ fn main() {
14
println!("a: {a:?}");
15
16
let s: &[i32] = &a[2..4];
17
-
18
println!("s: {s:?}");
19
}
20
```
0 commit comments