mirror of
https://github.com/rust-lang/rust-analyzer
synced 2024-11-10 07:04:22 +00:00
Hopefully fix YAML syntax
This commit is contained in:
parent
2722184c6d
commit
558608548f
2 changed files with 1 additions and 2 deletions
2
.github/workflows/rustdoc.yaml
vendored
2
.github/workflows/rustdoc.yaml
vendored
|
@ -27,7 +27,7 @@ jobs:
|
|||
run: cargo doc --all --no-deps
|
||||
|
||||
- name: Deploy Docs
|
||||
uses: peaceiris/actions-gh-pages@364c31d33bb99327c77b3a5438a83a357a6729ad # v3.4.0
|
||||
uses: "peaceiris/actions-gh-pages@364c31d33bb99327c77b3a5438a83a357a6729ad"
|
||||
github_token: ${{ secrets.GITHUB_TOKEN }}
|
||||
publish_branch: gh-pages
|
||||
publish_dir: ./book
|
||||
|
|
|
@ -90,7 +90,6 @@ pub fn run_clippy() -> Result<()> {
|
|||
|
||||
let allowed_lints = [
|
||||
"clippy::collapsible_if",
|
||||
"clippy::map_clone", // FIXME: remove when Iterator::copied stabilizes (1.36.0)
|
||||
"clippy::needless_pass_by_value",
|
||||
"clippy::nonminimal_bool",
|
||||
"clippy::redundant_pattern_matching",
|
||||
|
|
Loading…
Reference in a new issue