difftreelog
style(nonfungible) benchmarking warnings
in: master
2 files changed
pallets/common/src/benchmarking.rsdiffbeforeafterboth14// You should have received a copy of the GNU General Public License14// You should have received a copy of the GNU General Public License15// along with Unique Network. If not, see <http://www.gnu.org/licenses/>.15// along with Unique Network. If not, see <http://www.gnu.org/licenses/>.1617#![allow(missing_docs)]161817use sp_std::vec::Vec;19use sp_std::vec::Vec;18use crate::{Config, CollectionHandle, Pallet};20use crate::{Config, CollectionHandle, Pallet};pallets/nonfungible/src/benchmarking.rsdiffbeforeafterboth233 };233 };234 let item = create_max_item(&collection, &owner, owner.clone())?;234 let item = create_max_item(&collection, &owner, owner.clone())?;235236 }: {collection.token_owner(item)}235 }: {collection.token_owner(item).unwrap()}237236238 set_allowance_for_all {237 set_allowance_for_all {239 bench_init!{238 bench_init!{