Skip to content

Commit

Permalink
Remove boxing support from windows-core crate (#3131)
Browse files Browse the repository at this point in the history
  • Loading branch information
kennykerr authored Jun 26, 2024
1 parent 41d2e99 commit dffa8b0
Show file tree
Hide file tree
Showing 11 changed files with 10 additions and 2,280 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/clippy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -160,8 +160,6 @@ jobs:
run: cargo clippy -p test_core
- name: Clippy test_debug
run: cargo clippy -p test_debug
- name: Clippy test_debug_inspectable
run: cargo clippy -p test_debug_inspectable
- name: Clippy test_debugger_visualizer
run: cargo clippy -p test_debugger_visualizer
- name: Clippy test_deprecated
Expand Down
6 changes: 2 additions & 4 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -186,8 +186,6 @@ jobs:
run: cargo test -p test_core --target ${{ matrix.target }} ${{ matrix.etc }}
- name: Test test_debug
run: cargo test -p test_debug --target ${{ matrix.target }} ${{ matrix.etc }}
- name: Test test_debug_inspectable
run: cargo test -p test_debug_inspectable --target ${{ matrix.target }} ${{ matrix.etc }}
- name: Test test_debugger_visualizer
run: cargo test -p test_debugger_visualizer --target ${{ matrix.target }} ${{ matrix.etc }}
- name: Test test_deprecated
Expand Down Expand Up @@ -258,10 +256,10 @@ jobs:
run: cargo test -p test_riddle --target ${{ matrix.target }} ${{ matrix.etc }}
- name: Test test_standalone
run: cargo test -p test_standalone --target ${{ matrix.target }} ${{ matrix.etc }}
- name: Clean
run: cargo clean
- name: Test test_string_param
run: cargo test -p test_string_param --target ${{ matrix.target }} ${{ matrix.etc }}
- name: Clean
run: cargo clean
- name: Test test_strings
run: cargo test -p test_strings --target ${{ matrix.target }} ${{ matrix.etc }}
- name: Test test_structs
Expand Down
Loading

0 comments on commit dffa8b0

Please sign in to comment.