Put semicolon

This commit is contained in:
Yota Toyama 2025-04-07 18:57:54 -07:00
parent c677f39820
commit 08f17940e7

View File

@ -341,7 +341,7 @@ mod tests {
#[test]
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]