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 f034d5a commit 7572e0dCopy full SHA for 7572e0d
.github/workflows/library_rust_tests.yml
@@ -54,17 +54,17 @@ jobs:
54
uses: actions-rust-lang/setup-rust-toolchain@v1.10.1
55
with:
56
components: rustfmt
57
- # TODO - uncomment this after Rust formatter works
+ # uncomment this after Rust formatter works
58
# - name: Rustfmt Check
59
# uses: actions-rust-lang/rustfmt@v1
60
61
- # TODO: Use setup-dafny-actions with correct version when Dafny releases 4.8.2
+ # Use setup-dafny-actions with correct version when Dafny releases 4.8.2
62
- name: Setup Dafny
63
uses: dafny-lang/setup-dafny-action@v1.7.0
64
65
dafny-version: 4.9.0
66
67
- # TODO: Remove this after the formatting in Rust starts working
+ # Remove this after the formatting in Rust starts working
68
- name: smithy-dafny Rust hacks
69
shell: bash
70
run: |
0 commit comments