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
After
rustup update nightly cargo +nightly fix --edition cargo +nightly build --release
we get the following warning:
warning: elided lifetime has a name --> src/evtx_parser.rs:434:44 | 431 | pub fn serialized_records<'a, U: Send>( | -- lifetime `'a` declared here ... 434 | ) -> impl Iterator<Item = Result<U>> + '_ { | ^^ this elided lifetime gets resolved as `'a` | = note: `#[warn(elided_named_lifetimes)]` on by default warning: `evtx` (lib) generated 1 warning
Rust edition 2024 will be release next Feb 20, so we will fix it after it has been officially released.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
After
we get the following warning:
Rust edition 2024 will be release next Feb 20, so we will fix it after it has been officially released.
The text was updated successfully, but these errors were encountered: