Comment on Announcing the Clippy feature freezeparentComments−PartiallyTyped1yTechnically it is part of the compiler.The compiler and clippy use the same “engine” to lint, but they are focused on different use cases, with clippy being more general development, whereas the linter in rustc is focused on language usage.
Comments
Technically it is part of the compiler.
The compiler and clippy use the same “engine” to lint, but they are focused on different use cases, with clippy being more general development, whereas the linter in rustc is focused on language usage.