Remove the `Copy` bound on `CollectionId` in the uniques pallet (#14111)
* Remove the `Copy` bound on `CollectionId` in the uniques pallet * Also add `clone`s in benchmarks
Showing
- substrate/frame/uniques/src/benchmarking.rs 53 additions, 53 deletionssubstrate/frame/uniques/src/benchmarking.rs
- substrate/frame/uniques/src/functions.rs 10 additions, 7 deletionssubstrate/frame/uniques/src/functions.rs
- substrate/frame/uniques/src/impl_nonfungibles.rs 9 additions, 5 deletionssubstrate/frame/uniques/src/impl_nonfungibles.rs
- substrate/frame/uniques/src/lib.rs 24 additions, 20 deletionssubstrate/frame/uniques/src/lib.rs
Please register or sign in to comment