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 ae3748f commit 0a41253Copy full SHA for 0a41253
.github/workflows/CI.yml
@@ -140,6 +140,7 @@ jobs:
140
profile: minimal
141
toolchain: stable
142
override: true
143
+ components: rustfmt
144
- run: git submodule update --checkout
145
- run: python3 ./generator.py --yes ./
146
- run: git diff --exit-code
@@ -157,6 +158,7 @@ jobs:
157
158
159
160
161
162
163
- run: cargo install rustdoc-stripper
164
- run: python3 generator.py --embed-docs
0 commit comments