We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7d6e290 commit c28da92Copy full SHA for c28da92
ci/svd2rust-regress/src/tests.rs
@@ -83,7 +83,7 @@ use self::RunWhen::*;
83
/// that are not valid in Rust ident
84
const BLACKLIST_CHARS: &[char] = &['(', ')', '[', ']'];
85
86
-/// Lovingly stolen from `svd2rust`. Probably could be `Cow`
+/// Lovingly stolen from `svd2rust`
87
pub trait ToSanitizedCase {
88
fn to_sanitized_not_keyword_snake_case(&self) -> Cow<str>;
89
fn to_sanitized_snake_case(&self) -> Cow<str> {
0 commit comments