Skip to content

Commit c3f92dd

Browse files
authored
Remove unnecessary newline from slices.md (#2954)
1 parent 72cdf86 commit c3f92dd

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/references/slices.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@ fn main() {
1414
println!("a: {a:?}");
1515
1616
let s: &[i32] = &a[2..4];
17-
1817
println!("s: {s:?}");
1918
}
2019
```

0 commit comments

Comments
 (0)