We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9a678ba commit af12eb5Copy full SHA for af12eb5
ci/check_diff.sh
@@ -111,8 +111,8 @@ function compile_rustfmt() {
111
git remote add feature $REMOTE_REPO
112
git fetch feature $FEATURE_BRANCH
113
114
- CARGO_VERSON=$(cargo --version)
115
- echo -e "\ncompiling with $CARGO_VERSON\n"
+ CARGO_VERSION=$(cargo --version)
+ echo -e "\ncompiling with $CARGO_VERSION\n"
116
117
# Because we're building standalone binaries we need to set `LD_LIBRARY_PATH` so each
118
# binary can find it's runtime dependencies. See https://github.com/rust-lang/rustfmt/issues/5675
0 commit comments