Skip to content
This repository has been archived by the owner on Nov 15, 2023. It is now read-only.

Update tests for Rust 1.64 #6124

Merged
merged 5 commits into from
Oct 10, 2022
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Fix
  • Loading branch information
bkchr committed Oct 7, 2022
commit 3d74d2aaaef126468eefa1786633f2a44e7c5e6f
3 changes: 2 additions & 1 deletion node/gum/src/tests.rs
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,10 @@
// You should have received a copy of the GNU General Public License
// along with Polkadot. If not, see <http://www.gnu.org/licenses/>.

#![allow(named_arguments_used_positionally)]

use super::*;
pub use polkadot_primitives::v2::{CandidateHash, Hash};
#![allow(named_arguments_used_positionally)]

#[derive(Default, Debug)]
struct Y {
Expand Down