diff options
| author | Graydon Hoare <[email protected]> | 2010-07-05 14:38:02 -0700 |
|---|---|---|
| committer | Graydon Hoare <[email protected]> | 2010-07-05 14:38:02 -0700 |
| commit | b0aba6510a7b571560cb6d02b980350faf028d5c (patch) | |
| tree | f677a270495b662e9cb61c6241699dd58e0d253d /src/lib | |
| parent | Rename some stuff in lib/util.rs. (diff) | |
| download | rust-b0aba6510a7b571560cb6d02b980350faf028d5c.tar.xz rust-b0aba6510a7b571560cb6d02b980350faf028d5c.zip | |
Teach the dwarf readers to handle udata, so we can link with util.option; add util.rs to std.rc.
Diffstat (limited to 'src/lib')
| -rw-r--r-- | src/lib/std.rc | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/lib/std.rc b/src/lib/std.rc index 3ddfc04c..80d21fb0 100644 --- a/src/lib/std.rc +++ b/src/lib/std.rc @@ -16,6 +16,10 @@ mod _str; mod _io; mod sys; +// Utility modules. + +mod util; + // Authorize various rule-bendings. auth _io = unsafe; |