Skip to content

Commit

Permalink
remove lint (broken in prepare-worker)
Browse files Browse the repository at this point in the history
This lint doesn't work with multiple targets (in the case of prepare-worker, the
bench-only dependencies were messing it up). See:

- rust-lang/rust#95513
- rust-lang/rust#57274 (comment)
  • Loading branch information
mrcnski committed Dec 4, 2023
1 parent 4290783 commit 0693366
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion polkadot/node/core/pvf/prepare-worker/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@

//! Contains the logic for preparing PVFs. Used by the polkadot-prepare-worker binary.

#![deny(unused_crate_dependencies)]
#![warn(missing_docs)]

mod memory_stats;
Expand Down

0 comments on commit 0693366

Please sign in to comment.