Skip to content

Commit a35067a

Browse files
authored
Merge branch 'unstable' into simplify-rpc-codec
2 parents afd0928 + 4036da7 commit a35067a

File tree

2 files changed

+4
-12
lines changed

2 files changed

+4
-12
lines changed

Cargo.lock

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Makefile

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@ AARCH64_TAG = "aarch64-unknown-linux-gnu"
1212
BUILD_PATH_AARCH64 = "target/$(AARCH64_TAG)/release"
1313

1414
PINNED_NIGHTLY ?= nightly
15-
CLIPPY_PINNED_NIGHTLY=nightly-2022-05-19
1615

1716
# List of features to use when cross-compiling. Can be overridden via the environment.
1817
CROSS_FEATURES ?= gnosis,slasher-lmdb,slasher-mdbx,slasher-redb,jemalloc
@@ -222,13 +221,6 @@ lint:
222221
lint-fix:
223222
EXTRA_CLIPPY_OPTS="--fix --allow-staged --allow-dirty" $(MAKE) lint
224223

225-
nightly-lint:
226-
cp .github/custom/clippy.toml .
227-
cargo +$(CLIPPY_PINNED_NIGHTLY) clippy --workspace --tests --release -- \
228-
-A clippy::all \
229-
-D clippy::disallowed_from_async
230-
rm clippy.toml
231-
232224
# Runs the makefile in the `ef_tests` repo.
233225
#
234226
# May download and extract an archive of test vectors from the ethereum

0 commit comments

Comments
 (0)