Skip to content

Commit

Permalink
Update src/expressions/operator-expr.md
Browse files Browse the repository at this point in the history
  • Loading branch information
CAD97 committed Aug 2, 2022
1 parent 5fab946 commit df06bff
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/expressions/operator-expr.md
Original file line number Diff line number Diff line change
Expand Up @@ -406,7 +406,6 @@ To illustrate:
```rust
use std::ptr;

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

Expand Down

0 comments on commit df06bff

Please sign in to comment.