summaryrefslogtreecommitdiff
path: root/src/commands/mod.rs
diff options
context:
space:
mode:
authorseth <[email protected]>2024-02-18 18:30:42 -0500
committerseth <[email protected]>2024-02-18 18:38:30 -0500
commitc6446aa74006ab73059e316917791c5230d1e897 (patch)
treed9d74191a7f220a275a6fb1341bd894ba3f2372f /src/commands/mod.rs
parentdb362aefe343e2cb27d6c01c89464b0a8100b295 (diff)
use newer eyre directly
Diffstat (limited to 'src/commands/mod.rs')
-rw-r--r--src/commands/mod.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/commands/mod.rs b/src/commands/mod.rs
index db661e6..88a47b3 100644
--- a/src/commands/mod.rs
+++ b/src/commands/mod.rs
@@ -1,6 +1,6 @@
use crate::Data;
-use color_eyre::eyre::Report;
+use eyre::Report;
use poise::Command;
mod general;