mirror of
https://github.com/fluencelabs/parity-wasm
synced 2025-05-23 12:41:34 +00:00
Merge pull request #204 from paritytech/remove-links
Remove link in doc comment
This commit is contained in:
commit
ffe281112b
@ -68,9 +68,8 @@ pub enum Section {
|
|||||||
/// Relocation section.
|
/// Relocation 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),
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user