diff options
| author | Kevin Yap <me@kevinyap.ca> | 2015-02-13 19:59:53 -0800 |
|---|---|---|
| committer | Kevin Yap <me@kevinyap.ca> | 2015-02-13 20:37:33 -0800 |
| commit | 1e01f7f470f1d79be710d546ab25426fcede59f9 (patch) | |
| tree | b308c6ef17804c3fb9f1f5e79ba835e4143a679c /src/libstd/lib.rs | |
| parent | b9ba643b72ea6104bcb1209d238f6b445e3b51fc (diff) | |
| download | rust-1e01f7f470f1d79be710d546ab25426fcede59f9.tar.gz rust-1e01f7f470f1d79be710d546ab25426fcede59f9.zip | |
Rename std::failure to std::panicking
Closes #22306.
Diffstat (limited to 'src/libstd/lib.rs')
| -rw-r--r-- | src/libstd/lib.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libstd/lib.rs b/src/libstd/lib.rs index 83f0b7bc0e9..42eed5f4dbd 100644 --- a/src/libstd/lib.rs +++ b/src/libstd/lib.rs @@ -278,7 +278,7 @@ pub mod sync; #[path = "sys/common/mod.rs"] mod sys_common; pub mod rt; -mod failure; +mod panicking; // Documentation for primitive types |
