Removed redundant doc comment

Co-Authored-By: elichai <elichai.turkel@gmail.com>
This commit is contained in:
Sergei Pepyakin 2019-02-27 20:53:26 +02:00 committed by GitHub
parent 8bcabae7be
commit cda9c021d6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 1 deletions

View File

@ -717,7 +717,6 @@ impl<'a> NotStartedModuleRef<'a> {
/// Whether or not the module has a `start` function.
///
///
/// Returns `true` if it has a `start` function.
pub fn has_start(&self) -> bool {
self.loaded_module.module().start_section().is_some()