File tree Expand file tree Collapse file tree 2 files changed +2
-3
lines changed Expand file tree Collapse file tree 2 files changed +2
-3
lines changed Original file line number Diff line number Diff line change 1
1
---
2
- refs/heads/master: 8f2a2e2dd8320215f834376c9a8a237e285df64e
2
+ refs/heads/master: 900b33a4e3953b55fc7c2600c8cf8ed3e33e1870
3
3
refs/heads/snap-stage1: e33de59e47c5076a89eadeb38f4934f58a3618a6
4
4
refs/heads/snap-stage3: ec0258a381b88b5574e3f8ce72ae553ac3a574b7
5
5
refs/heads/try: 7c6c492fb2af9a85f21ff952942df3523b22fd17
Original file line number Diff line number Diff line change 17
17
//! ## Intrinsic types and operations
18
18
//!
19
19
//! The [`ptr`](../core/ptr/index.html), [`mem`](../core/mem/index.html),
20
- //! and [`cast`](../core/cast/index.html) modules deal with unsafe pointers,
21
- //! memory manipulation, and coercion.
20
+ //! modules deal with unsafe pointers and memory manipulation.
22
21
//! [`kinds`](../core/kinds/index.html) defines the special built-in traits,
23
22
//! and [`raw`](../core/raw/index.html) the runtime representation of Rust types.
24
23
//! These are some of the lowest-level building blocks of Rust
You can’t perform that action at this time.
0 commit comments