Skip to content

Commit

Permalink
fix type in warning
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrew Plaza committed Dec 3, 2020
1 parent 02f19e1 commit 7e6e3f1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/src/regex.rs
Original file line number Diff line number Diff line change
Expand Up @@ -424,7 +424,7 @@ fn parse_bit_size(s: &str) -> Option<RustTypeMarker> {
}),
},
_ => {
log::warn!("Could not type of bit-size");
log::warn!("Could not ascertain type of bit-size declaration");
None
}
}
Expand Down

0 comments on commit 7e6e3f1

Please sign in to comment.