We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 19a34f8 commit 5a4ca4eCopy full SHA for 5a4ca4e
[refs]
@@ -1,5 +1,5 @@
1
---
2
-refs/heads/master: c5229e5d2ea6168ec80a7feeea1a513b2b3176c0
+refs/heads/master: 0c302938866cbccdecdcd78b42bb46106fdfa28e
3
refs/heads/snap-stage1: e33de59e47c5076a89eadeb38f4934f58a3618a6
4
refs/heads/snap-stage3: ec0258a381b88b5574e3f8ce72ae553ac3a574b7
5
refs/heads/try: 7c6c492fb2af9a85f21ff952942df3523b22fd17
trunk/src/libcore/lib.rs
@@ -21,6 +21,8 @@
21
#![feature(globs, macro_rules, managed_boxes)]
22
#![deny(missing_doc)]
23
24
+pub mod num;
25
+
26
/* Core modules for ownership management */
27
28
pub mod cast;
0 commit comments