Skip to content

Commit

Permalink
Allow too many arguments
Browse files Browse the repository at this point in the history
  • Loading branch information
0xOmarA committed Dec 6, 2023
1 parent 67b3e07 commit c0c1f36
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions blueprints/olympus/src/lib.rs
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
#![allow(clippy::too_many_arguments)]

use adapters::oracle::*;
use adapters::pool::*;
use scrypto::prelude::*;
Expand Down

0 comments on commit c0c1f36

Please sign in to comment.