remove link

This commit is contained in:
NikVolf
2018-03-30 18:52:41 +03:00
parent bac39f62a0
commit e64988ece8

View File

@ -69,8 +69,7 @@ pub enum Section {
/// ///
/// Note that initially it is not parsed until `parse_reloc` is called explicitly. /// Note that initially it is not parsed until `parse_reloc` is called explicitly.
/// Also note that currently there are serialization (but not de-serialization) /// Also note that currently there are serialization (but not de-serialization)
/// issues with this section /// issues with this section (#198)
/// (see https://github.com/paritytech/parity-wasm/issues/198)
Reloc(RelocSection), Reloc(RelocSection),
} }