Explorar el Código

core API: Session.config()

awiouy hace 7 años
padre
commit
72cef9a10c
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      core/src/session.rs

+ 1 - 1
core/src/session.rs

@@ -184,7 +184,7 @@ impl Session {
         self.0.cache.as_ref()
     }
 
-    pub fn config(&self) -> &SessionConfig {
+    fn config(&self) -> &SessionConfig {
         &self.0.config
     }