From 53a0d0de30f8dd9b62ec1cad10f12925fee659f6 Mon Sep 17 00:00:00 2001 From: juga Date: Tue, 11 Jun 2019 11:37:38 +0000 Subject: core: Replace Context set_lib documentation that was not describing correctly what set_lib does, probably cause a copy and paste mistake. --- core/src/lib.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/src/lib.rs b/core/src/lib.rs index 540ae34a..55b2ec71 100644 --- a/core/src/lib.rs +++ b/core/src/lib.rs @@ -224,7 +224,7 @@ impl Config { self } - /// Sets the directory containing shared state. + /// Sets the directory containing backend servers. pub fn set_lib>(&mut self, lib: P) -> PathBuf { ::std::mem::replace(&mut self.0.lib, PathBuf::new().join(lib)) } -- cgit v1.2.3