Browse Source

core API: Session.config()

awiouy 7 năm trước cách đây
mục cha
commit
72cef9a10c
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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
     }