Skip to content

Commit f30d40e

Browse files
committed
---
yaml --- r: 113857 b: refs/heads/master c: 54b8199 h: refs/heads/master i: 113855: cf1a67e v: v3
1 parent 81ac3f7 commit f30d40e

File tree

4 files changed

+3
-2
lines changed

4 files changed

+3
-2
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: e7eed5f670e8b283e7afcba5c79b3b208167a647
2+
refs/heads/master: 54b81997f367e8963d722c5e23bd7a877d0273cd
33
refs/heads/snap-stage1: e33de59e47c5076a89eadeb38f4934f58a3618a6
44
refs/heads/snap-stage3: ec0258a381b88b5574e3f8ce72ae553ac3a574b7
55
refs/heads/try: 7c6c492fb2af9a85f21ff952942df3523b22fd17
File renamed without changes.

trunk/src/libcore/lib.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@ pub mod ptr;
3333
pub mod kinds;
3434
pub mod ops;
3535
pub mod ty;
36+
pub mod clone;
3637
pub mod default;
3738
pub mod container;
3839

trunk/src/libstd/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -140,6 +140,7 @@ extern crate core;
140140
pub use core::any;
141141
pub use core::cast;
142142
pub use core::char;
143+
pub use core::clone;
143144
pub use core::container;
144145
pub use core::default;
145146
pub use core::intrinsics;
@@ -218,7 +219,6 @@ pub mod from_str;
218219
pub mod num;
219220
pub mod iter;
220221
pub mod to_str;
221-
pub mod clone;
222222
pub mod hash;
223223

224224
/* Common data structures */

0 commit comments

Comments
 (0)