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 1274163 commit f2ffb78Copy full SHA for f2ffb78
.github/workflows/code-quality.yml
@@ -49,11 +49,6 @@ jobs:
49
*) FAIL_ON_FAULT=true ; FAULT_TYPE=error ;;
50
esac;
51
outputs FAIL_ON_FAULT FAULT_TYPE
52
- # target-specific options
53
- # * CARGO_FEATURES_OPTION
54
- CARGO_FEATURES_OPTION='' ;
55
- if [ -n "${{ matrix.job.features }}" ]; then CARGO_FEATURES_OPTION='--features "${{ matrix.job.features }}"' ; fi
56
- outputs CARGO_FEATURES_OPTION
57
- name: "`cargo fmt` testing"
58
shell: bash
59
run: |
0 commit comments