mirror of
https://github.com/ankitects/anki.git
synced 2025-11-06 12:47:11 -05:00
remove snafu for now
This commit is contained in:
parent
1325147854
commit
0d1204521b
4 changed files with 0 additions and 14 deletions
1
Cargo.lock
generated
1
Cargo.lock
generated
|
|
@ -4705,7 +4705,6 @@ dependencies = [
|
||||||
"prost-reflect",
|
"prost-reflect",
|
||||||
"serde",
|
"serde",
|
||||||
"serde_json",
|
"serde_json",
|
||||||
"snafu",
|
|
||||||
"strum 0.27.2",
|
"strum 0.27.2",
|
||||||
"syn 2.0.106",
|
"syn 2.0.106",
|
||||||
"tauri",
|
"tauri",
|
||||||
|
|
|
||||||
|
|
@ -32,7 +32,6 @@ portable-pty.workspace = true
|
||||||
prost.workspace = true
|
prost.workspace = true
|
||||||
serde.workspace = true
|
serde.workspace = true
|
||||||
serde_json.workspace = true
|
serde_json.workspace = true
|
||||||
snafu.workspace = true
|
|
||||||
strum.workspace = true
|
strum.workspace = true
|
||||||
tauri.workspace = true
|
tauri.workspace = true
|
||||||
tauri-plugin-dialog.workspace = true
|
tauri-plugin-dialog.workspace = true
|
||||||
|
|
|
||||||
|
|
@ -1,11 +0,0 @@
|
||||||
// Copyright: Ankitects Pty Ltd and contributors
|
|
||||||
// License: GNU AGPL, version 3 or later; http://www.gnu.org/licenses/agpl.html
|
|
||||||
|
|
||||||
use snafu::Snafu;
|
|
||||||
|
|
||||||
// TODO: these aren't used yet
|
|
||||||
#[derive(Debug, PartialEq, Snafu)]
|
|
||||||
pub enum Error {
|
|
||||||
OsUnsupported,
|
|
||||||
InvalidInput,
|
|
||||||
}
|
|
||||||
|
|
@ -6,7 +6,6 @@
|
||||||
|
|
||||||
mod app;
|
mod app;
|
||||||
mod commands;
|
mod commands;
|
||||||
mod error;
|
|
||||||
mod generated;
|
mod generated;
|
||||||
mod lang;
|
mod lang;
|
||||||
mod platform;
|
mod platform;
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue