Skip to content

Commit cf1a67e

Browse files
committed
---
yaml --- r: 113855 b: refs/heads/master c: dfd967f h: refs/heads/master i: 113853: b5fd293 113851: 80386cd 113847: de25ef8 113839: ee283e1 113823: 769574c 113791: 75c99bb v: v3
1 parent fbd4b28 commit cf1a67e

File tree

4 files changed

+3
-1
lines changed

4 files changed

+3
-1
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: 17cb238ee80726c057a16c90b8c4e7e8bfd25c9d
2+
refs/heads/master: dfd967f239a079cf90f45bfc3d827547e6fe9008
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 default;
3637
pub mod container;
3738

3839
/* Core types and methods on primitives */

trunk/src/libstd/lib.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -141,6 +141,7 @@ pub use core::any;
141141
pub use core::cast;
142142
pub use core::char;
143143
pub use core::container;
144+
pub use core::default;
144145
pub use core::intrinsics;
145146
pub use core::mem;
146147
pub use core::ptr;

0 commit comments

Comments
 (0)