diff options
| author | bors <bors@rust-lang.org> | 2024-09-29 15:52:51 +0000 |
|---|---|---|
| committer | bors <bors@rust-lang.org> | 2024-09-29 15:52:51 +0000 |
| commit | 42ff2eedb0585e32e3e8da0e83ff82dd49987a2c (patch) | |
| tree | ae744050ea4bcea9c1591adc153aacc7dfe68898 /library/core/src | |
| parent | d194948e50e90f98c62fb64183bce4d866a665af (diff) | |
| parent | 71c96cc7d5cf4bdb21d75c48e616f8fb195b9ee1 (diff) | |
| download | rust-42ff2eedb0585e32e3e8da0e83ff82dd49987a2c.tar.gz rust-42ff2eedb0585e32e3e8da0e83ff82dd49987a2c.zip | |
Auto merge of #131022 - matthiaskrgr:rollup-g9y1v11, r=matthiaskrgr
Rollup of 5 pull requests Successful merges: - #130931 (Rename `standalone` doctest attribute into `standalone_crate`) - #131000 (Weekly `cargo update`) - #131011 (cleanup: don't `.into()` identical types) - #131013 (cleanup: don't manually `unwrap_or_default()`) - #131014 (cleanup: don't clone types that are Copy) r? `@ghost` `@rustbot` modify labels: rollup
Diffstat (limited to 'library/core/src')
| -rw-r--r-- | library/core/src/panic/location.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/library/core/src/panic/location.rs b/library/core/src/panic/location.rs index e2a842046a9..1ad5c07d15c 100644 --- a/library/core/src/panic/location.rs +++ b/library/core/src/panic/location.rs @@ -44,7 +44,7 @@ impl<'a> Location<'a> { /// /// # Examples /// - /// ```standalone + /// ```standalone_crate /// use std::panic::Location; /// /// /// Returns the [`Location`] at which it is called. |
