Open njaard opened 3 years ago
I have a build.rs which takes a long time and doesn't actually affect rls's behavior.
Is there a gate I could wrap my code in build.rs's main() to disable rls?
build.rs
main()
I have a build.rs which takes a long time and doesn't actually affect rls's behavior.
Is there a gate I could wrap my code in
build.rs
'smain()
to disable rls?