Skip to content

Commit 145a80b

Browse files
Lenny222nikomatsakis
authored andcommitted
---
yaml --- r: 7375 b: refs/heads/master c: b19fdcc h: refs/heads/master i: 7373: 35ae2fe 7371: ec43916 7367: aaca739 7359: dc74fe0 v: v3
1 parent 4c03ef9 commit 145a80b

File tree

5 files changed

+5
-4
lines changed

5 files changed

+5
-4
lines changed

[refs]

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
---
2-
refs/heads/master: 106dcf7b925a1ac654d5df36ea6227fead493124
2+
refs/heads/master: b19fdcced22d36bd50974e1da3062439e8a656b2

trunk/src/libcore/core.rc

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ export either, option, result;
1313
export ctypes, sys, unsafe, comm, task, logging;
1414
export extfmt;
1515
export math;
16+
export tuple;
1617

1718
// Built-in-type support modules
1819

@@ -41,6 +42,7 @@ mod unicode;
4142
mod either;
4243
mod option;
4344
mod result;
45+
mod tuple;
4446

4547

4648
// Runtime and language-primitive support
File renamed without changes.

trunk/src/libstd/std.rc

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ export c_vec, four, tri, util;
1212
export bitv, deque, fun_treemap, list, map, smallintmap, sort, treemap, ufind;
1313
export rope;
1414
export ebml, dbg, getopts, json, rand, sha1, term, time;
15-
export extfmt, test, tempfile, tuple;
15+
export extfmt, test, tempfile;
1616
// FIXME: generic_os and os_fs shouldn't be exported
1717
export generic_os, os, os_fs;
1818

@@ -61,7 +61,6 @@ mod md4;
6161
mod tempfile;
6262
mod term;
6363
mod time;
64-
mod tuple;
6564

6665
#[cfg(unicode)]
6766
mod unicode;

trunk/src/rustdoc/attr_parser.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import rustc::syntax::ast;
22
import rustc::front::attr;
3-
import std::tuple;
3+
import core::tuple;
44

55
export fn_attrs, arg_attrs;
66
export parse_fn;

0 commit comments

Comments
 (0)