Commit 4b1d13e
committed
Enable internal feature when testing Clippy
Clippy has internal lints, that only get build and tested, when the
`internal` feature is enabled. Those tests are just regular UI tests,
but split out from the normal UI tests, because they usually don't have
to be touched when changing something in Clippy. However, changes to
Rust internals often require updates of the internal lints, just as for
the Rest of the Clippy codebase. Currently I fix this fallout during the
sync. But this can lead to sync blockers in rare occasions.1 parent 41e0363 commit 4b1d13e
1 file changed
+6
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
694 | 694 | | |
695 | 695 | | |
696 | 696 | | |
697 | | - | |
| 697 | + | |
| 698 | + | |
| 699 | + | |
| 700 | + | |
| 701 | + | |
698 | 702 | | |
699 | 703 | | |
700 | 704 | | |
| |||
704 | 708 | | |
705 | 709 | | |
706 | 710 | | |
707 | | - | |
| 711 | + | |
708 | 712 | | |
709 | 713 | | |
710 | 714 | | |
| |||
0 commit comments