Skip to content

Commit aa55002

Browse files
authored
Unrolled build for rust-lang#139210
Rollup merge of rust-lang#139210 - highcloudwind:master, r=aDotInTheVoid chore: remove redundant backtick remove redundant backtick
2 parents 70dab5a + 624eb85 commit aa55002

File tree

1 file changed

+1
-1
lines changed
  • src/etc/test-float-parse/src

1 file changed

+1
-1
lines changed

Diff for: src/etc/test-float-parse/src/ui.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -157,7 +157,7 @@ pub fn set_panic_hook(drop_bars: &[ProgressBar]) {
157157
}));
158158
}
159159

160-
/// Allow non-Debug items in a `derive(Debug)` struct`.
160+
/// Allow non-Debug items in a `derive(Debug)` struct.
161161
#[derive(Clone)]
162162
struct NoDebug<T>(T);
163163

0 commit comments

Comments
 (0)