Skip to content

Commit 4b07bcd

Browse files
committed
---
yaml --- r: 37480 b: refs/heads/try c: a450119 h: refs/heads/master v: v3
1 parent 6b77ffd commit 4b07bcd

File tree

4 files changed

+3
-3
lines changed

4 files changed

+3
-3
lines changed

[refs]

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
refs/heads/master: 09bb07bed9166105ea961a42b5fff7739ae0d2e9
33
refs/heads/snap-stage1: e33de59e47c5076a89eadeb38f4934f58a3618a6
44
refs/heads/snap-stage3: eb8fd119c65c67f3b1b8268cc7341c22d39b7b61
5-
refs/heads/try: 4f56b4983bd5cb1804ef20e8ff01639b024cb58e
5+
refs/heads/try: a450119b0bd454038c483785f652419ab3c3b1c8
66
refs/tags/release-0.1: 1f5c5126e96c79d22cb7862f75304136e204f105
77
refs/heads/ndm: f3868061cd7988080c30d6d5bf352a5a5fe2460b
88
refs/heads/try2: a810c03263670238bccd64cabb12a23a46e3a278
File renamed without changes.

branches/try/src/libstd/std.rc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -82,6 +82,7 @@ pub mod arena;
8282
pub mod par;
8383
pub mod cmp;
8484
pub mod base64;
85+
pub mod rl;
8586

8687
#[cfg(unicode)]
8788
mod unicode;

branches/try/src/rusti/rusti.rc

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,5 +30,4 @@ use syntax::{ast, ast_util, codemap, diagnostic, fold, parse, print, visit};
3030
use syntax::ast_util::*;
3131
use parse::token;
3232
use print::{pp, pprust};
33-
34-
mod rl;
33+
use std::rl;

0 commit comments

Comments
 (0)