Merge branch 'develop' of https://github.com/serai-dex/serai into emissions

This commit is contained in:
akildemir
2024-04-30 09:42:04 +03:00
131 changed files with 6143 additions and 2126 deletions

View File

@@ -10,7 +10,7 @@ pub use in_instructions_primitives as primitives;
use primitives::*;
// TODO: Investigate why Substrate generates these
#[allow(clippy::cast_possible_truncation, clippy::no_effect_underscore_binding)]
#[allow(clippy::cast_possible_truncation, clippy::no_effect_underscore_binding, clippy::empty_docs)]
#[frame_support::pallet]
pub mod pallet {
use sp_std::vec;