Remove internal feature from clippy_utils
This commit is contained in:
parent
2f0f4ddcf7
commit
f4b4e2ca1b
6 changed files with 6 additions and 25 deletions
2
.github/workflows/clippy.yml
vendored
2
.github/workflows/clippy.yml
vendored
|
|
@ -60,7 +60,7 @@ jobs:
|
|||
working-directory: clippy_lints
|
||||
|
||||
- name: Test clippy_utils
|
||||
run: cargo test --features deny-warnings,internal
|
||||
run: cargo test --features deny-warnings
|
||||
working-directory: clippy_utils
|
||||
|
||||
- name: Test rustc_tools_util
|
||||
|
|
|
|||
2
.github/workflows/clippy_bors.yml
vendored
2
.github/workflows/clippy_bors.yml
vendored
|
|
@ -120,7 +120,7 @@ jobs:
|
|||
working-directory: clippy_lints
|
||||
|
||||
- name: Test clippy_utils
|
||||
run: cargo test --features deny-warnings,internal
|
||||
run: cargo test --features deny-warnings
|
||||
working-directory: clippy_utils
|
||||
|
||||
- name: Test clippy_config
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue