mirror of
https://github.com/hulthe/inkopslista.git
synced 2026-08-03 23:11:28 +02:00
Fix warnings
This commit is contained in:
@@ -1,7 +1,6 @@
|
||||
use anyhow::{Context, Ok};
|
||||
use serde::{Deserialize, Serialize};
|
||||
use serde_json;
|
||||
use xdg::BaseDirectories;
|
||||
|
||||
#[derive(Serialize, Deserialize)]
|
||||
|
||||
|
||||
@@ -2,7 +2,6 @@
|
||||
#![cfg_attr(not(debug_assertions), windows_subsystem = "windows")]
|
||||
mod config;
|
||||
use std::{
|
||||
error::Error,
|
||||
rc::Rc,
|
||||
sync::{Arc, Mutex},
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user