Skip to content

Remove trailing semicolon from err! macro#38

Merged
webdesus merged 1 commit intowebdesus:masterfrom
Aaron1011:remove-semi
Feb 9, 2021
Merged

Remove trailing semicolon from err! macro#38
webdesus merged 1 commit intowebdesus:masterfrom
Aaron1011:remove-semi

Conversation

@Aaron1011
Copy link
Contributor

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

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
@webdesus webdesus merged commit 752fc4d into webdesus:master Feb 9, 2021
@webdesus
Copy link
Owner

webdesus commented Feb 9, 2021

Thank you! 🙂

@Aaron1011 Aaron1011 mentioned this pull request May 13, 2021
andersk added a commit to andersk/rome-tools that referenced this pull request Feb 24, 2023
Fixes ‘warning: the following packages contain code that will be
rejected by a future version of Rust: fs_extra v1.2.0’ from ‘cargo
build’.

webdesus/fs_extra#38

Signed-off-by: Anders Kaseorg <andersk@mit.edu>
ematipico pushed a commit to rome/tools that referenced this pull request Feb 24, 2023
Fixes ‘warning: the following packages contain code that will be
rejected by a future version of Rust: fs_extra v1.2.0’ from ‘cargo
build’.

webdesus/fs_extra#38

Signed-off-by: Anders Kaseorg <andersk@mit.edu>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants