-
When I call as_slice() method, ra always want import core::slice::SlicePattern, but this trait is unstable feature, and it is useless in the mose case. Is there anyway disable ra's this behaviour? Or could ra show a icon to tell me it want import SlicePattern? |
Beta Was this translation helpful? Give feedback.
Answered by
lnicola
Feb 18, 2025
Replies: 1 comment 9 replies
-
I don't think we should offer unstable completions on stable toolchains. What are you calling |
Beta Was this translation helpful? Give feedback.
9 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
You're using Rust 1.83, so there's no need to set that.