Skip to content

Commit df06bff

Browse files
authored
Update src/expressions/operator-expr.md
1 parent 5fab946 commit df06bff

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/expressions/operator-expr.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -406,7 +406,6 @@ To illustrate:
406406
```rust
407407
use std::ptr;
408408

409-
```
410409
let u8_slice_ptr = ptr::slice_from_raw_parts::<u8>(ptr::null(), 4);
411410
assert_eq!((ptr::null(), 4), u8_slice_ptr.to_raw_parts());
412411

0 commit comments

Comments
 (0)