deny slice indexing (#23622)

This commit is contained in:
Jack May
2022-03-13 08:43:07 -07:00
committed by GitHub
parent 0d369616e7
commit bf57252298
3 changed files with 82 additions and 32 deletions

View File

@@ -1,4 +1,6 @@
#![cfg_attr(RUSTC_WITH_SPECIALIZATION, feature(min_specialization))]
#![deny(clippy::integer_arithmetic)]
#![deny(clippy::indexing_slicing)]
pub mod accounts_data_meter;
pub mod compute_budget;