apply new fmt version

This commit is contained in:
yggverse 2025-03-16 21:56:18 +02:00
parent e4eecb3489
commit cc7df23f39
94 changed files with 139 additions and 155 deletions

View file

@ -1,4 +1,4 @@
use super::{item::Event, Item};
use super::{Item, item::Event};
use anyhow::Result;
use gtk::glib::DateTime;
use r2d2::Pool;

View file

@ -4,7 +4,7 @@ mod database;
mod item;
mod memory;
use anyhow::{bail, Result};
use anyhow::{Result, bail};
use auth::Auth;
use database::Database;
use gtk::glib::DateTime;

View file

@ -1,6 +1,6 @@
pub mod auth;
use anyhow::{bail, Result};
use anyhow::{Result, bail};
pub use auth::Auth;
use std::{collections::HashMap, sync::RwLock};

View file

@ -1,4 +1,4 @@
use anyhow::{bail, Result};
use anyhow::{Result, bail};
use gtk::gio::TlsCertificate;
/// Gemini identity holder for cached record in application-wide struct format.

View file

@ -1,4 +1,4 @@
use anyhow::{bail, Result};
use anyhow::{Result, bail};
use std::{collections::HashMap, sync::RwLock};
/// Reduce disk usage by cache index in memory