difftreelog
style run rustfmt
in: master
2 files changed
pallets/common/src/lib.rsdiffbeforeafterboth420 CollectionStats,421 CollectionId,422 TokenId,423 PhantomType<RpcCollection<T::AccountId>>,424 ),425 QueryKind = OptionQuery,426 >;420427421 #[pallet::hooks]428 #[pallet::hooks]primitives/data-structs/src/lib.rsdiffbeforeafterboth593 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"))