You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The clippy warning suspicious_auto_trait_impls is removed after the 1.78.0 upgrade. I'm not sure if there are more actionable items to this issue.
To be honest I'm not sure ATM, The issue is that auto trait impls for Adt<Any> are going to be ignored.
The goal for this auto impl in the indexed_vec is to have the same Send/Sync as the inner T within a wrapped generic slice.
There might be other ways to approach it or we might not even need it since we are not advertising oxc_index as a general-purpose crate.
I've mostly created this issue so we can keep track of it, I didn't put that much thought into fixing it since we wanted to have a clean fork before doing any changes to it.
This needs to be addressed in the future since Rust is breaking the compatibility for this one.
oxc-project/oxc#3092 (comment)
The text was updated successfully, but these errors were encountered: