Skip to content
GitLab
Explore
Sign in
polkadot-sdk
substrate
srml
staking
src
lib.rs
Find file
Blame
History
Permalink
Make `decl_module` not require a return type for functions (#1230)
· acf1b77b
Bastian Köcher
authored
Dec 10, 2018
If no return type is specified, `Result` is added and `Ok(())` is returned by default. Closes: #1182
acf1b77b