diff options
| author | jonathanCogan <jonathanecogan@gmail.com> | 2022-10-28 15:34:29 -0700 |
|---|---|---|
| committer | Mara Bos <m-ou.se@m-ou.se> | 2022-12-30 14:00:40 +0100 |
| commit | 72067c77bdc1e8e339b9ed378a2c0ca0a9367c4d (patch) | |
| tree | d747f0dfc416d6c5d07d10c5ec964d1c08b4c3f1 /library/panic_unwind | |
| parent | f6cc345be403d481b4518e151218118c2a9eb4bb (diff) | |
Replace libstd, libcore, liballoc in docs.
Diffstat (limited to 'library/panic_unwind')
| -rw-r--r-- | library/panic_unwind/src/lib.rs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/library/panic_unwind/src/lib.rs b/library/panic_unwind/src/lib.rs index 7e7180a38e2..ea3c9a7a663 100644 --- a/library/panic_unwind/src/lib.rs +++ b/library/panic_unwind/src/lib.rs @@ -82,11 +82,11 @@ cfg_if::cfg_if! { } extern "C" { - /// Handler in libstd called when a panic object is dropped outside of + /// Handler in std called when a panic object is dropped outside of /// `catch_unwind`. fn __rust_drop_panic() -> !; - /// Handler in libstd called when a foreign exception is caught. + /// Handler in std called when a foreign exception is caught. fn __rust_foreign_exception() -> !; } |
