From e64988ece8be88b3d770adf799e4e319fc1e8160 Mon Sep 17 00:00:00 2001 From: NikVolf Date: Fri, 30 Mar 2018 18:52:41 +0300 Subject: [PATCH] remove link --- src/elements/section.rs | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/src/elements/section.rs b/src/elements/section.rs index 4853bec..ed82a54 100644 --- a/src/elements/section.rs +++ b/src/elements/section.rs @@ -68,9 +68,8 @@ pub enum Section { /// Relocation section. /// /// Note that initially it is not parsed until `parse_reloc` is called explicitly. - /// Also note that currently there are serialization (but not de-serialization) - /// issues with this section - /// (see https://github.com/paritytech/parity-wasm/issues/198) + /// Also note that currently there are serialization (but not de-serialization) + /// issues with this section (#198) Reloc(RelocSection), }