Skip to content

Commit f06aaa1

Browse files
committed
---
yaml --- r: 114321 b: refs/heads/master c: 900b33a h: refs/heads/master i: 114319: 2640b46 v: v3
1 parent b6ce7fc commit f06aaa1

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

[refs]

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
refs/heads/master: 8f2a2e2dd8320215f834376c9a8a237e285df64e
2+
refs/heads/master: 900b33a4e3953b55fc7c2600c8cf8ed3e33e1870
33
refs/heads/snap-stage1: e33de59e47c5076a89eadeb38f4934f58a3618a6
44
refs/heads/snap-stage3: ec0258a381b88b5574e3f8ce72ae553ac3a574b7
55
refs/heads/try: 7c6c492fb2af9a85f21ff952942df3523b22fd17

trunk/src/libstd/lib.rs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,7 @@
1717
//! ## Intrinsic types and operations
1818
//!
1919
//! 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.
2221
//! [`kinds`](../core/kinds/index.html) defines the special built-in traits,
2322
//! and [`raw`](../core/raw/index.html) the runtime representation of Rust types.
2423
//! These are some of the lowest-level building blocks of Rust

0 commit comments

Comments
 (0)