Skip to content

Commit

Permalink
Export unix socket executor for re-use of types in server
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelsilver committed Jul 2, 2024
1 parent 3b3f6a2 commit 605d1d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plane/src/drone/runtime/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ use std::net::SocketAddr;

pub mod docker;
#[allow(unused)] // for now, to disable clippy noise
mod unix_socket;
pub mod unix_socket;

pub trait Runtime: Send + Sync + 'static {
type RuntimeConfig;
Expand Down

0 comments on commit 605d1d4

Please sign in to comment.