Skip to content

Commit

Permalink
Remove color-eyre
Browse files Browse the repository at this point in the history
  • Loading branch information
lusingander committed Feb 27, 2025
1 parent 83de984 commit 7e779f6
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 163 deletions.
161 changes: 0 additions & 161 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 0 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@ arboard = "3.4.1"
base64 = "0.22.1"
chrono = "0.4.39"
clap = { version = "4.5.29", features = ["derive"] }
color-eyre = "0.6.3"
console = "0.15.10"
fxhash = "0.2.1"
image = "0.25.5"
Expand Down
1 change: 0 additions & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,6 @@ impl From<GraphWidthType> for graph::CellWidthType {
pub type Result<T> = std::result::Result<T, Box<dyn std::error::Error>>;

pub fn run() -> Result<()> {
color_eyre::install().unwrap();
let args = Args::parse();
let (ui_config, graph_config, key_bind_patch) = config::load()?;
let key_bind = keybind::KeyBind::new(key_bind_patch);
Expand Down

0 comments on commit 7e779f6

Please sign in to comment.