Skip to content

Commit

Permalink
chore: allow clippy type complexity
Browse files Browse the repository at this point in the history
  • Loading branch information
wangminqi committed Jul 10, 2024
1 parent d4fbf84 commit 65de796
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions runtime/litentry/src/migration/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@
//
// You should have received a copy of the GNU General Public License
// along with Litentry. If not, see <https://www.gnu.org/licenses/>.
#![allow(clippy::type_complexity)]

use frame_support::{
migration::{clear_storage_prefix, storage_key_iter},
pallet_prelude::*,
Expand Down

0 comments on commit 65de796

Please sign in to comment.