diff options
| author | Alex Crichton <alex@alexcrichton.com> | 2014-04-30 20:34:41 -0700 |
|---|---|---|
| committer | Alex Crichton <alex@alexcrichton.com> | 2014-05-07 08:13:24 -0700 |
| commit | 85a8e6b80ae91eb00a0bce96a5cec8017e1b37da (patch) | |
| tree | 832336fdfbad8e862d1b21b35b11774c88a1493b /src/libcore/lib.rs | |
| parent | 71924525458e508be139d76f48b34e64a5a9dca3 (diff) | |
| download | rust-85a8e6b80ae91eb00a0bce96a5cec8017e1b37da.tar.gz rust-85a8e6b80ae91eb00a0bce96a5cec8017e1b37da.zip | |
core: Inherit the finally module
Diffstat (limited to 'src/libcore/lib.rs')
| -rw-r--r-- | src/libcore/lib.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/libcore/lib.rs b/src/libcore/lib.rs index dd64148aa2b..5206ba1f32a 100644 --- a/src/libcore/lib.rs +++ b/src/libcore/lib.rs @@ -37,4 +37,5 @@ pub mod container; /* Core types and methods on primitives */ +pub mod finally; pub mod char; |
