We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c6755a9 commit c308d32Copy full SHA for c308d32
.github/workflows/build-docs.yml
@@ -44,8 +44,6 @@ jobs:
44
45
- name: Setup Rust
46
run: rustup override set 1.85.0
47
- - name: Output rust version for educational purposes
48
- run: rustup --version
49
50
- name: Generate Docs
51
run: cd docs/generation && cargo run src/main
0 commit comments