Skip to content

Commit ceda493

Browse files
committed
fix: use HyprError from error
1 parent 64dc3c7 commit ceda493

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/daemon.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ use crate::HYPRSCRATCH_DIR;
88
use hyprland::data::{Client, Clients};
99
use hyprland::dispatch::*;
1010
use hyprland::prelude::*;
11-
use hyprland::shared::HyprError;
11+
use hyprland::error::HyprError;
1212
use hyprland::Result;
1313
use std::fs::{create_dir, remove_file};
1414
use std::io::prelude::*;

src/main.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ use crate::daemon::initialize_daemon;
1010
use crate::extra::*;
1111
use crate::logs::*;
1212
use crate::utils::*;
13-
use hyprland::shared::HyprError;
13+
use hyprland::error::HyprError;
1414
use hyprland::Result;
1515
use std::env::args;
1616

0 commit comments

Comments
 (0)