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 c3bcc1f commit 2061b84Copy full SHA for 2061b84
src/util.rs
@@ -11,7 +11,7 @@ pub const BITS_PER_BYTE: u32 = 8;
11
12
/// List of chars that some vendors use in their peripheral/field names but
13
/// that are not valid in Rust ident
14
-const BLACKLIST_CHARS: &[char] = &['(', ')', '[', ']', '/', ' '];
+const BLACKLIST_CHARS: &[char] = &['(', ')', '[', ']', '/', ' ', '-'];
15
16
#[derive(Clone, Copy, PartialEq)]
17
pub enum Target {
0 commit comments