Merge pull request #204 from paritytech/remove-links

Remove link in doc comment
This commit is contained in:
Alexey 2018-03-30 23:43:22 +03:00 committed by GitHub
commit ffe281112b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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),
}