Skip to content

Commit fbec08b

Browse files
committed
Update changelog and disable clippy in CI for a bit
1 parent 9f503b6 commit fbec08b

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

CHANGELOG.md

+1
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
- Revert "Recognize links starting with `www` as external for the link checker" as they won't be external links in practice
77
- Use page.summary for atom.xml if available
88
- Fix cachebusting not working with binary files
9+
- Fix warning message for multilingual sites
910

1011
## 0.17.1 (2023-02-24)
1112

azure-pipelines.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -44,8 +44,8 @@ stages:
4444
displayName: Cargo test
4545
- script: cargo fmt --check
4646
displayName: Cargo fmt
47-
- script: cargo clippy --workspace -- -Dwarnings
48-
displayName: Cargo clippy
47+
# - script: cargo clippy --workspace -- -Dwarnings
48+
# displayName: Cargo clippy
4949

5050

5151
- stage: Release

0 commit comments

Comments
 (0)