git.delta.rocks / unique-network / refs/commits / cbc2c66db866

difftreelog

style run rustfmt

Yaroslav Bolyukin2022-04-07parent: #20e3aa7.patch.diff
in: master

2 files changed

modifiedpallets/common/src/lib.rsdiffbeforeafterboth
420 CollectionStats,
421 CollectionId,
422 TokenId,
423 PhantomType<RpcCollection<T::AccountId>>,
424 ),
425 QueryKind = OptionQuery,
426 >;
420427
421 #[pallet::hooks]428 #[pallet::hooks]
modifiedprimitives/data-structs/src/lib.rsdiffbeforeafterboth
593 fn type_info() -> scale_info::Type {593 fn type_info() -> scale_info::Type {
594 use scale_info::{Type, Path, build::{FieldsBuilder, UnnamedFields}};594 use scale_info::{
595 Type, Path,
596 build::{FieldsBuilder, UnnamedFields},
597 };
595 Type::builder()598 Type::builder()
596 .path(Path::new("up_data_structs", "PhantomType"))599 .path(Path::new("up_data_structs", "PhantomType"))