One last missing doc comment warning.

This commit is contained in:
Arnavion 2018-03-08 12:51:09 -08:00
parent 3c65f63973
commit 5cf1ae0a08

View File

@ -70,6 +70,7 @@ impl RelocSection {
} }
impl RelocSection { impl RelocSection {
/// Deserialize a reloc section.
pub fn deserialize<R: Read>( pub fn deserialize<R: Read>(
name: String, name: String,
rdr: &mut R, rdr: &mut R,