Skip to content

Commit

Permalink
[clippy] remove apparently deprecated #![allow(clippy::same_item_push)
Browse files Browse the repository at this point in the history
  • Loading branch information
ma2bd committed Oct 13, 2020
1 parent 6573f09 commit 8a2c95d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion rust/fastpay/src/bench.rs
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
// SPDX-License-Identifier: Apache-2.0

#![deny(warnings)]
#![allow(clippy::same_item_push)] // get_key_pair returns random elements

extern crate fastpay;
extern crate fastpay_core;
Expand Down

0 comments on commit 8a2c95d

Please sign in to comment.