|
|
|
|
|
by PartiallyTyped
356 days ago
|
|
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. |
|