summaryrefslogtreecommitdiffstats
path: root/crates/rebel-runner/src/util/unix.rs
diff options
context:
space:
mode:
authorMatthias Schiffer <mschiffer@universe-factory.net>2024-04-20 14:32:37 +0200
committerMatthias Schiffer <mschiffer@universe-factory.net>2024-04-20 14:38:17 +0200
commit71763deb61745972f2fc700ca7264c99e2838754 (patch)
tree3709e6fced3582ebfefe81887e03ccdd895dde93 /crates/rebel-runner/src/util/unix.rs
parente9bf0fc40c0eb7e9d4228b804d62f31b0a136528 (diff)
downloadrebel-71763deb61745972f2fc700ca7264c99e2838754.tar
rebel-71763deb61745972f2fc700ca7264c99e2838754.zip
Reference local packages by their actual names
Diffstat (limited to 'crates/rebel-runner/src/util/unix.rs')
-rw-r--r--crates/rebel-runner/src/util/unix.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/crates/rebel-runner/src/util/unix.rs b/crates/rebel-runner/src/util/unix.rs
index 08884ec..a97b1db 100644
--- a/crates/rebel-runner/src/util/unix.rs
+++ b/crates/rebel-runner/src/util/unix.rs
@@ -6,7 +6,7 @@ use nix::{
unistd::Pid,
};
-use common::error::*;
+use rebel_common::error::*;
use super::fs;