aboutsummaryrefslogtreecommitdiff
path: root/src/rpc/lib.rs
diff options
context:
space:
mode:
authorQuentin Dufour <quentin@deuxfleurs.fr>2020-12-17 21:09:50 +0100
committerQuentin Dufour <quentin@deuxfleurs.fr>2020-12-17 21:09:50 +0100
commitccda9ab1caa6e20c81a9a41449c60ed6a7799659 (patch)
treeb95141749fef43df530e708ec5789320389a596c /src/rpc/lib.rs
parent086e5be290b329b898206397ad95c82964fbf499 (diff)
parent8956db2a81c3700b62c5208cff2ca4b0b124c328 (diff)
downloadgarage-ccda9ab1caa6e20c81a9a41449c60ed6a7799659.tar.gz
garage-ccda9ab1caa6e20c81a9a41449c60ed6a7799659.zip
Merge branch 'master' into feature/website
Diffstat (limited to 'src/rpc/lib.rs')
-rw-r--r--src/rpc/lib.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/rpc/lib.rs b/src/rpc/lib.rs
index 4c5f6e31..639ece15 100644
--- a/src/rpc/lib.rs
+++ b/src/rpc/lib.rs
@@ -5,4 +5,4 @@ pub mod consul;
pub mod membership;
pub mod rpc_client;
pub mod rpc_server;
-pub mod tls_util;
+pub(crate) mod tls_util;