Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Remove trailing semicolon from err! macro
If the `semicolon_in_expressions_from_macros` lint is ever turned into a hard error, your crate will stop compiling. This commit ensures that your crate will compile on both current and future versions of Rust. See rust-lang/rust#79813 for more details
- Loading branch information