diff options
| author | Manish Goregaokar <manishsmail@gmail.com> | 2015-02-15 18:32:50 +0530 |
|---|---|---|
| committer | Manish Goregaokar <manishsmail@gmail.com> | 2015-02-15 18:42:46 +0530 |
| commit | e5659eaa0606162c1f08ba2d8a9e86e20c3a3d1c (patch) | |
| tree | d4e0120be267d07b0412a1829dde4c7eb4ac45f7 /src/libstd/lib.rs | |
| parent | a5bdb087d06c432a9b49b9bc442323aca7418b60 (diff) | |
| parent | 1e01f7f470f1d79be710d546ab25426fcede59f9 (diff) | |
| download | rust-e5659eaa0606162c1f08ba2d8a9e86e20c3a3d1c.tar.gz rust-e5659eaa0606162c1f08ba2d8a9e86e20c3a3d1c.zip | |
Rollup merge of #22347 - iKevinY:std-lib-panicking, r=brson
Rename `libstd/failure.rs` to `libstd/panicking.rs` and `on_fail` to `on_panic`. 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 e6ca1bfdb81..139693ccdbc 100644 --- a/src/libstd/lib.rs +++ b/src/libstd/lib.rs @@ -279,7 +279,7 @@ pub mod sync; #[path = "sys/common/mod.rs"] mod sys_common; pub mod rt; -mod failure; +mod panicking; // Documentation for primitive types |
