Merge pull request #162 from paritytech/doc-comment

Add a comment for name section
This commit is contained in:
Nikolay Volf 2018-02-05 20:28:50 +03:00 committed by GitHub
commit 94fba1c41a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -59,7 +59,9 @@ pub enum Section {
Code(CodeSection),
/// Data definition section
Data(DataSection),
/// Name section
/// Name section.
///
/// Note that initially it is not parsed until `parse_names` is called explicitly.
Name(NameSection),
}