Skip to content

Commit c28da92

Browse files
committed
review fix
1 parent 7d6e290 commit c28da92

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ci/svd2rust-regress/src/tests.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ use self::RunWhen::*;
8383
/// that are not valid in Rust ident
8484
const BLACKLIST_CHARS: &[char] = &['(', ')', '[', ']'];
8585

86-
/// Lovingly stolen from `svd2rust`. Probably could be `Cow`
86+
/// Lovingly stolen from `svd2rust`
8787
pub trait ToSanitizedCase {
8888
fn to_sanitized_not_keyword_snake_case(&self) -> Cow<str>;
8989
fn to_sanitized_snake_case(&self) -> Cow<str> {

0 commit comments

Comments
 (0)