Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 7572e0d

Browse files
committedNov 18, 2024··
m
1 parent f034d5a commit 7572e0d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed
 

‎.github/workflows/library_rust_tests.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -54,17 +54,17 @@ jobs:
5454
uses: actions-rust-lang/setup-rust-toolchain@v1.10.1
5555
with:
5656
components: rustfmt
57-
# TODO - uncomment this after Rust formatter works
57+
# uncomment this after Rust formatter works
5858
# - name: Rustfmt Check
5959
# uses: actions-rust-lang/rustfmt@v1
6060

61-
# TODO: Use setup-dafny-actions with correct version when Dafny releases 4.8.2
61+
# Use setup-dafny-actions with correct version when Dafny releases 4.8.2
6262
- name: Setup Dafny
6363
uses: dafny-lang/setup-dafny-action@v1.7.0
6464
with:
6565
dafny-version: 4.9.0
6666

67-
# TODO: Remove this after the formatting in Rust starts working
67+
# Remove this after the formatting in Rust starts working
6868
- name: smithy-dafny Rust hacks
6969
shell: bash
7070
run: |

0 commit comments

Comments
 (0)
Please sign in to comment.