mirror of
https://github.com/YGGverse/Yoda.git
synced 2026-04-01 00:55:28 +00:00
apply new fmt version
This commit is contained in:
parent
e4eecb3489
commit
cc7df23f39
94 changed files with 139 additions and 155 deletions
|
|
@ -1,4 +1,4 @@
|
|||
use super::{item::Event, Item};
|
||||
use super::{Item, item::Event};
|
||||
use anyhow::Result;
|
||||
use gtk::glib::DateTime;
|
||||
use r2d2::Pool;
|
||||
|
|
|
|||
|
|
@ -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;
|
||||
|
|
|
|||
|
|
@ -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};
|
||||
|
||||
|
|
|
|||
|
|
@ -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.
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue