Skip to content

Commit 43b5297

Browse files
m
1 parent 9f4b2fc commit 43b5297

File tree

1 file changed

+0
-16
lines changed

1 file changed

+0
-16
lines changed

.github/workflows/library_interop_test_vectors.yml

Lines changed: 0 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -82,11 +82,7 @@ jobs:
8282
uses: actions-rust-lang/[email protected]
8383
with:
8484
components: rustfmt
85-
# TODO - uncomment this after Rust formatter works
86-
# - name: Rustfmt Check
87-
# uses: actions-rust-lang/rustfmt@v1
8885

89-
# TODO: Remove this after the formatting in Rust starts working
9086
- name: Setup Go
9187
uses: actions/setup-go@v5
9288
with:
@@ -96,16 +92,6 @@ jobs:
9692
run: |
9793
go install golang.org/x/tools/cmd/goimports@latest
9894
99-
- name: smithy-dafny Rust hacks
100-
if: matrix.language == 'rust'
101-
shell: bash
102-
run: |
103-
if [ "$RUNNER_OS" == "macOS" ]; then
104-
sed -i '' 's|rustfmt --edition 2021 runtimes/rust/src/implementation_from_dafny.rs|#&|' mpl/smithy-dafny/SmithyDafnyMakefile.mk
105-
else
106-
sed -i 's|rustfmt --edition 2021 runtimes/rust/src/implementation_from_dafny.rs|#&|' mpl/smithy-dafny/SmithyDafnyMakefile.mk
107-
fi
108-
10995
- name: Setup NASM for Windows in Rust (aws-lc-sys)
11096
if: matrix.language == 'rust' && matrix.os == 'windows-latest'
11197
uses: ilammy/setup-nasm@v1
@@ -153,7 +139,6 @@ jobs:
153139
if: matrix.language == 'rust'
154140
uses: ./.github/actions/install_smithy_dafny_codegen_dependencies
155141

156-
# TODO: Remove this after checking in Rust polymorph code
157142
- name: Run make polymorph_rust
158143
if: matrix.language == 'rust'
159144
shell: bash
@@ -352,7 +337,6 @@ jobs:
352337
if: matrix.decrypting_language == 'rust'
353338
uses: ./.github/actions/install_smithy_dafny_codegen_dependencies
354339

355-
# TODO: Remove this after checking in Rust polymorph code
356340
- name: Run make polymorph_rust
357341
if: matrix.decrypting_language == 'rust'
358342
shell: bash

0 commit comments

Comments
 (0)