Is there any standard way to detect if the code is running with the rust analyzer or not? I'd like to be able to compile parts of my proc macro only in actual builds and not when the rust analyzer is running it.