Skip to content

Conversation

@rtbo
Copy link
Contributor

@rtbo rtbo commented Aug 15, 2025

Rust 1.89.0 (release Aug. 7th) introduces many warnings related to elided lifetimes.
This PR amends the code to satisfy the compiler.

pub use f32x8_t::f32x8;
pub use i32x4_t::i32x4;
pub use i32x8_t::i32x8;
#[allow(unused_imports)]
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Why is this one unused if it's a public export?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

wide module is private to the crate.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This warning was probably here before 1.89.0 though

@LaurenzV
Copy link
Contributor

Also, please rebase to main so that the CI issues are fixed.

@rtbo rtbo force-pushed the rm_warnings_1.89 branch from 744476b to 28ba661 Compare August 15, 2025 16:02
@LaurenzV LaurenzV merged commit b9b7362 into linebender:main Aug 15, 2025
4 checks passed
@LaurenzV
Copy link
Contributor

Thanks!

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