examples folder not in module tree?
I struggled with Rust until I saw a video tutorial of someone using Vim and ALE. Now I feel like a kid in a toy store. Except for one tiny thing. When I start a new program in the examples folder (so I can do :!cargo run --example demo, for example) rust-analyzer insists on whining about not finding the code "in the module tree", I eventually get annoyed enough to close Vim and immediately relaunch it on that file. Is there a magic curse I can recite or maybe an ALE setting that will make that close/reopen unnecessary?