Commit 16cc0df
committed
Fix assert! macro usage
There is a bug in rustc that allows adding invalid trailing tokens to
the `assert!` macro call. They are currently ignored but are going to
produce errors in the future.
Fix assert! macro usage to remove extra tokens.
For more information, see
rust-lang/rust#60024 and
rust-lang/rust#600391 parent 7a370ef commit 16cc0df
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
307 | 307 | | |
308 | 308 | | |
309 | 309 | | |
310 | | - | |
| 310 | + | |
311 | 311 | | |
312 | 312 | | |
313 | 313 | | |
| |||
0 commit comments