We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9f503b6 commit fbec08bCopy full SHA for fbec08b
CHANGELOG.md
@@ -6,6 +6,7 @@
6
- Revert "Recognize links starting with `www` as external for the link checker" as they won't be external links in practice
7
- Use page.summary for atom.xml if available
8
- Fix cachebusting not working with binary files
9
+- Fix warning message for multilingual sites
10
11
## 0.17.1 (2023-02-24)
12
azure-pipelines.yml
@@ -44,8 +44,8 @@ stages:
44
displayName: Cargo test
45
- script: cargo fmt --check
46
displayName: Cargo fmt
47
- - script: cargo clippy --workspace -- -Dwarnings
48
- displayName: Cargo clippy
+# - script: cargo clippy --workspace -- -Dwarnings
+# displayName: Cargo clippy
49
50
51
- stage: Release
0 commit comments