I work under Linux with VSCode (codium) and have activated clippy under Setting.
Now I would like to set clippy to pedantic.
How can I do this without having to change the instruction in the source code every time to:
#![warn(clippy::pedantic)]
I have really tried everything, but all hints or instructions from the internet never work for me.
I would really appreciate help with detailed instructions.