Skip to content

Commit

Permalink
Hide config implementation details from public docs
Browse files Browse the repository at this point in the history
  • Loading branch information
Alexendoo committed Oct 24, 2023
1 parent 4622203 commit 7df1c8a
Show file tree
Hide file tree
Showing 13 changed files with 174 additions and 159 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/clippy_bors.yml
Original file line number Diff line number Diff line change
Expand Up @@ -123,6 +123,10 @@ jobs:
run: cargo test --features deny-warnings,internal
working-directory: clippy_utils

- name: Test clippy_config
run: cargo test --features deny-warnings
working-directory: clippy_config

- name: Test rustc_tools_util
run: cargo test --features deny-warnings
working-directory: rustc_tools_util
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ rustc_tools_util = "0.3.0"
[features]
deny-warnings = ["clippy_lints/deny-warnings"]
integration = ["tempfile"]
internal = ["clippy_config/internal", "clippy_lints/internal", "tempfile"]
internal = ["clippy_lints/internal", "tempfile"]

[package.metadata.rust-analyzer]
# This package uses #[feature(rustc_private)]
Expand Down
Loading

0 comments on commit 7df1c8a

Please sign in to comment.