We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b7a97e1 commit 96e247fCopy full SHA for 96e247f
.config/topic.dic
@@ -1,6 +1,8 @@
1
-16
+18
2
+≥1
3
Changelog
4
CHANGELOG
5
+derive_bounded
6
destructure/G
7
enum/S
8
FQS
.github/workflows/spellcheck.yml
@@ -24,4 +24,6 @@ jobs:
24
- name: Checkout
25
uses: actions/checkout@v3
26
- name: Run Spellcheck
27
+ run: cargo spellcheck check -m 1 2>/dev/null
28
+ - name: Run Spellcheck on CHANGELOG.md
29
run: cargo spellcheck check -m 1 CHANGELOG.md 2>/dev/null
0 commit comments