We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
use strum_macros::FromRepr; #[rustfmt::skip] #[derive(FromRepr)] pub enum Enum { A, B, C, } fn main() { println!("Hello, world!"); }
Compiling strum_rustfmtskip_bug v0.1.0 (/home/worldmaker/Documents/playground/strum_rustfmtskip_bug) error: expected attribute arguments in parentheses: `rustfmt::skip(...)` --> src/main.rs:3:3 | 3 | #[rustfmt::skip] | ^^^^^^^^^^^^^ error: could not compile `strum_rustfmtskip_bug` due to previous error
The text was updated successfully, but these errors were encountered:
Fixed in #276 and the version 0.25.1 that I just published.
0.25.1
Sorry, something went wrong.
No branches or pull requests
The text was updated successfully, but these errors were encountered: