Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
chore: remove redundant backtick
Signed-off-by: highcloudwind <highcloud@aliyun.com>
  • Loading branch information
highcloudwind committed Apr 1, 2025
commit 624eb8550b8411a8b8773acf3fce0082f9554a7b
2 changes: 1 addition & 1 deletion src/etc/test-float-parse/src/ui.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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);

Expand Down
Loading