From cda9c021d6f232e67be1e7b91978e3c3e2c8acd2 Mon Sep 17 00:00:00 2001 From: Sergei Pepyakin Date: Wed, 27 Feb 2019 20:53:26 +0200 Subject: [PATCH] Removed redundant doc comment Co-Authored-By: elichai --- src/module.rs | 1 - 1 file changed, 1 deletion(-) diff --git a/src/module.rs b/src/module.rs index 4dccb58..8222e42 100644 --- a/src/module.rs +++ b/src/module.rs @@ -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()