[Rust] Fixed codegen documentation for Tables (#5227)

This commit is contained in:
jean-airoldie
2019-03-06 15:00:58 -05:00
committed by Robert
parent bfa430309a
commit cb7b2bf87e
2 changed files with 4 additions and 3 deletions

View File

@@ -920,10 +920,10 @@ impl<'a: 'b, 'b> ReferrableBuilder<'a, 'b> {
}
}
/// an example documentation comment: monster object
pub enum MonsterOffset {}
#[derive(Copy, Clone, Debug, PartialEq)]
/// an example documentation comment: monster object
pub struct Monster<'a> {
pub _tab: flatbuffers::Table<'a>,
}