I am building a small project using Rust and the Tonic library, developing in CLion using the plugins newest version.
When using the plugin there is no navigation in the client.rs file but the server.rs works just fine for whatever reason. I tried to invalidate the caches and deleted the .idea folder but none of these things seems to help.
I am building a small project using Rust and the Tonic library, developing in CLion using the plugins newest version.
When using the plugin there is no navigation in the
client.rs
file but theserver.rs
works just fine for whatever reason. I tried to invalidate the caches and deleted the.idea
folder but none of these things seems to help.My folder structure looks like this:
Any ideas what could potentially cause this?