Skip to content

Commit fba1376

Browse files
authored
Merge pull request #1 from rasendubi/fix-assert
Fix assert! macro usage
2 parents 7a370ef + 16cc0df commit fba1376

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/tests.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -307,7 +307,7 @@ fn test_at() {
307307
error = true;
308308
assert_eq!(e, IndexOutOfBounds);
309309
}
310-
assert!(error;);
310+
assert!(error);
311311
}
312312

313313
#[test]

0 commit comments

Comments
 (0)