diff --git a/gstreamer/src/tags.rs b/gstreamer/src/tags.rs index 62463a96e..7995404f6 100644 --- a/gstreamer/src/tags.rs +++ b/gstreamer/src/tags.rs @@ -1063,7 +1063,7 @@ mod tests { fn test_custom_tags() { crate::init().unwrap(); - enum MyCustomTag {}; + enum MyCustomTag {} impl<'a> Tag<'a> for MyCustomTag { type TagType = &'a str;