diff options
| author | Patrick Walton <pcwalton@mimiga.net> | 2013-08-30 18:00:38 -0700 |
|---|---|---|
| committer | Patrick Walton <pcwalton@mimiga.net> | 2013-09-23 18:23:21 -0700 |
| commit | 9a4de3f3058ddb2cd43863c7c2723cec3d0fc30a (patch) | |
| tree | 1e288570b1c33e5fc7579805015d223ebe249336 /src/libstd/std.rs | |
| parent | e95996399fe6d306a206082eb1a49189c5afe878 (diff) | |
| download | rust-9a4de3f3058ddb2cd43863c7c2723cec3d0fc30a.tar.gz rust-9a4de3f3058ddb2cd43863c7c2723cec3d0fc30a.zip | |
libsyntax: Introduce routines and remove all `@fn`s from libsyntax save the old visitor
Diffstat (limited to 'src/libstd/std.rs')
| -rw-r--r-- | src/libstd/std.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libstd/std.rs b/src/libstd/std.rs index f7b55e977e0..5c1bac7418e 100644 --- a/src/libstd/std.rs +++ b/src/libstd/std.rs @@ -189,7 +189,7 @@ pub mod reflect; pub mod condition; pub mod logging; pub mod util; - +pub mod routine; /* Unsupported interfaces */ |
