1
Fork 0

chore: remove redundant backtick

Signed-off-by: highcloudwind <highcloud@aliyun.com>
This commit is contained in:
highcloudwind 2025-04-01 21:05:34 +08:00
parent ed201574c5
commit 624eb8550b

View file

@ -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);