Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove trailing semicolon from err! macro #38

Merged
merged 1 commit into from
Feb 9, 2021

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