chore: update to 2024 rust edition

This commit is contained in:
2026-02-15 00:16:19 +01:00
parent d746fbb152
commit 4b9cc3acd3
5 changed files with 7 additions and 7 deletions

View File

@@ -1,7 +1,7 @@
use glib::{gstr, GStr, Value};
use glib::{GStr, Value, gstr};
use gstreamer::{
tags::{merge_strings_with_comma, CustomTag},
Tag, TagFlag,
tags::{CustomTag, merge_strings_with_comma},
};
pub struct MbArtistId;