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 da4b4d4 commit 3702af9Copy full SHA for 3702af9
nrf-sdc-sys/build.rs
@@ -34,7 +34,7 @@ mod parser {
34
one_of(|c: char| c.is_alpha() || c == '_'),
35
take_while(0.., |c: char| c.is_alphanum() || c == '_'),
36
)
37
- .recognize()
+ .take()
38
.parse_next(i)
39
}
40
0 commit comments