import section for scaffold struct

This commit is contained in:
NikVolf
2017-04-07 15:29:02 +03:00
parent 4be69ea089
commit 28aa6e9682
2 changed files with 9 additions and 0 deletions

View File

@ -220,6 +220,7 @@ impl Serialize for TypeSection {
}
/// Section of the imports definition.
#[derive(Default)]
pub struct ImportSection(Vec<ImportEntry>);
impl ImportSection {