Skip to content

Commit 08f1794

Browse files
committed
Put semicolon
1 parent c677f39 commit 08f1794

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/c_string.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -341,7 +341,7 @@ mod tests {
341341

342342
#[test]
343343
fn create_with_capacity_error() {
344-
assert!(CString::<1>::from_bytes_with_nul(b"a\0").is_err())
344+
assert!(CString::<1>::from_bytes_with_nul(b"a\0").is_err());
345345
}
346346

347347
#[test]

0 commit comments

Comments
 (0)