Unresolved import, but compiles fine (VSCode, RLS)

I am using an external crate and importing several items from it, but I am getting an unresolved import error in VSCode for each one. The project builds fine with no errors or warnings and cargo check reports no errors errors or warnings.

I am not sure if this is a VSCode thing or an RLS thing or where to even look to resolve this issue. The constant erroneous errors is distracting me and driving me nuts. I really wish I knew how to resolve whatever issue is causing this.

This topic was automatically closed 90 days after the last reply. We invite you to open a new topic if you have further questions or comments.