aboutsummaryrefslogtreecommitdiffstats
path: root/crates/turtle/src/command/client/daemon.rs
diff options
context:
space:
mode:
authorBenedikt Peetz <benedikt.peetz@b-peetz.de>2026-06-13 20:45:15 +0200
committerBenedikt Peetz <benedikt.peetz@b-peetz.de>2026-06-13 20:45:15 +0200
commitabd0365c16ab2e65773f4c8d3b782c2e44128dc5 (patch)
tree58011bca342adb6ff05aaf8a269ce12ee1b43f3d /crates/turtle/src/command/client/daemon.rs
parentbuild(flake): Expose nixos-module (diff)
downloadatuin-abd0365c16ab2e65773f4c8d3b782c2e44128dc5.zip
chore(treewide): Remove glob imports
Diffstat (limited to 'crates/turtle/src/command/client/daemon.rs')
-rw-r--r--crates/turtle/src/command/client/daemon.rs4
1 files changed, 3 insertions, 1 deletions
diff --git a/crates/turtle/src/command/client/daemon.rs b/crates/turtle/src/command/client/daemon.rs
index 30b478ec..39aa1b1e 100644
--- a/crates/turtle/src/command/client/daemon.rs
+++ b/crates/turtle/src/command/client/daemon.rs
@@ -548,7 +548,9 @@ fn kill_process(pid: u32) {
#[cfg(test)]
mod tests {
- use super::*;
+ use super::{
+ DAEMON_PROTOCOL_VERSION, DAEMON_VERSION, daemon_matches_expected, daemon_mismatch_message,
+ };
#[test]
fn test_version_matches() {