Skip to content

Commit 624eb85

Browse files
committed
chore: remove redundant backtick
Signed-off-by: highcloudwind <[email protected]>
1 parent ed20157 commit 624eb85

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)