Skip to content

Commit 68a167f

Browse files
committed
Hide config implementation details from public docs
1 parent 5728678 commit 68a167f

File tree

13 files changed

+168
-159
lines changed

13 files changed

+168
-159
lines changed

.github/workflows/clippy_bors.yml

+4
Original file line numberDiff line numberDiff line change
@@ -123,6 +123,10 @@ jobs:
123123
run: cargo test --features deny-warnings,internal
124124
working-directory: clippy_utils
125125

126+
- name: Test clippy_config
127+
run: cargo test --features deny-warnings
128+
working-directory: clippy_config
129+
126130
- name: Test rustc_tools_util
127131
run: cargo test --features deny-warnings
128132
working-directory: rustc_tools_util

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ rustc_tools_util = "0.3.0"
5555
[features]
5656
deny-warnings = ["clippy_lints/deny-warnings"]
5757
integration = ["tempfile"]
58-
internal = ["clippy_config/internal", "clippy_lints/internal", "tempfile"]
58+
internal = ["clippy_lints/internal", "tempfile"]
5959

6060
[package.metadata.rust-analyzer]
6161
# This package uses #[feature(rustc_private)]

0 commit comments

Comments
 (0)