Skip to content

Commit

Permalink
Future-proof ExtensionData
Browse files Browse the repository at this point in the history
  • Loading branch information
kornelski committed Jan 22, 2024
1 parent 4262f07 commit 4645e55
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/encoder.rs
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,7 @@ impl Default for Repeat {
}

/// Extension data.
#[non_exhaustive]
pub enum ExtensionData {
/// Control extension. Use `ExtensionData::new_control_ext` to construct.
Control {
Expand Down

0 comments on commit 4645e55

Please sign in to comment.