Skip to content
Snippets Groups Projects
Unverified Commit feb24f52 authored by Xiliang Chen's avatar Xiliang Chen Committed by GitHub
Browse files

fix warnings (#32)

parent 54a6046d
No related branches found
No related tags found
No related merge requests found
#![cfg_attr(not(feature = "std"), no_std)] #![cfg_attr(not(feature = "std"), no_std)]
use paint_support::{ use paint_support::{decl_error, decl_event, decl_module, decl_storage, dispatch::Result, ensure, Parameter};
decl_error, decl_event, decl_module, decl_storage, dispatch::Result, ensure, Parameter, StorageMap, StorageValue,
};
use paint_system::{self as system, ensure_signed}; use paint_system::{self as system, ensure_signed};
use rstd::result; use rstd::result;
use sr_primitives::traits::{MaybeSerializeDeserialize, Member, SimpleArithmetic}; use sr_primitives::traits::{MaybeSerializeDeserialize, Member, SimpleArithmetic};
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment