Skip to content

Commit 3702af9

Browse files
committed
Fix deprecation warning
1 parent da4b4d4 commit 3702af9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

nrf-sdc-sys/build.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ mod parser {
3434
one_of(|c: char| c.is_alpha() || c == '_'),
3535
take_while(0.., |c: char| c.is_alphanum() || c == '_'),
3636
)
37-
.recognize()
37+
.take()
3838
.parse_next(i)
3939
}
4040

0 commit comments

Comments
 (0)