mirror of
https://github.com/rust-embedded/heapless.git
synced 2025-10-03 07:14:45 +00:00
Put semicolon
This commit is contained in:
parent
c677f39820
commit
08f17940e7
@ -341,7 +341,7 @@ mod tests {
|
|||||||
|
|
||||||
#[test]
|
#[test]
|
||||||
fn create_with_capacity_error() {
|
fn create_with_capacity_error() {
|
||||||
assert!(CString::<1>::from_bytes_with_nul(b"a\0").is_err())
|
assert!(CString::<1>::from_bytes_with_nul(b"a\0").is_err());
|
||||||
}
|
}
|
||||||
|
|
||||||
#[test]
|
#[test]
|
||||||
|
Loading…
x
Reference in New Issue
Block a user