diff options
| author | Stuart Cook <Zalathar@users.noreply.github.com> | 2025-04-02 13:10:41 +1100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-04-02 13:10:41 +1100 |
| commit | cedb554473cd2754f0203461c61b085d99305787 (patch) | |
| tree | 75a69a936c6ebfb8d0bd4eae757570056159188d /src | |
| parent | e89ba0bf9512dcfd16bc822c2999ffadcdf6ac85 (diff) | |
| parent | 624eb8550b8411a8b8773acf3fce0082f9554a7b (diff) | |
| download | rust-cedb554473cd2754f0203461c61b085d99305787.tar.gz rust-cedb554473cd2754f0203461c61b085d99305787.zip | |
Rollup merge of #139210 - highcloudwind:master, r=aDotInTheVoid
chore: remove redundant backtick remove redundant backtick
Diffstat (limited to 'src')
| -rw-r--r-- | src/etc/test-float-parse/src/ui.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/etc/test-float-parse/src/ui.rs b/src/etc/test-float-parse/src/ui.rs index 1ee57723e6a..73473eef0bf 100644 --- a/src/etc/test-float-parse/src/ui.rs +++ b/src/etc/test-float-parse/src/ui.rs @@ -157,7 +157,7 @@ pub fn set_panic_hook(drop_bars: &[ProgressBar]) { })); } -/// Allow non-Debug items in a `derive(Debug)` struct`. +/// Allow non-Debug items in a `derive(Debug)` struct. #[derive(Clone)] struct NoDebug<T>(T); |
