Support trailing commas in decl_module (#3712)

This commit is contained in:
Bastian Köcher
2019-09-27 12:08:11 +02:00
committed by GitHub
parent 53a43e92aa
commit ff75e498d4
2 changed files with 12 additions and 13 deletions
@@ -256,7 +256,6 @@ mod tests {
use crate::metadata::*;
use crate::metadata::StorageHasher;
use crate::rstd::marker::PhantomData;
use crate::storage::{StorageValue, StorageMap};
storage_items! {
Value: b"a" => u32;