apply new fmt version

This commit is contained in:
yggverse 2025-03-16 21:58:00 +02:00
parent fc8356f7ac
commit e6661c1d00
5 changed files with 8 additions and 8 deletions

View file

@ -2,10 +2,10 @@ pub mod error;
pub use error::Error;
use gio::{
prelude::{IOStreamExt, InputStreamExt, MemoryInputStreamExt},
Cancellable, IOStream, MemoryInputStream,
prelude::{IOStreamExt, InputStreamExt, MemoryInputStreamExt},
};
use glib::{object::IsA, Priority};
use glib::{Priority, object::IsA};
/// Asynchronously create new [MemoryInputStream](https://docs.gtk.org/gio/class.MemoryInputStream.html)
/// from [IOStream](https://docs.gtk.org/gio/class.IOStream.html)