Skip to content

Commit 4a00db3

Browse files
committed
removed client pub
1 parent b1db797 commit 4a00db3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • crates/wasm-pkg-client/src/caching

crates/wasm-pkg-client/src/caching/mod.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ pub trait Cache {
4848
/// underlying client to be used as a read-only cache.
4949
#[derive(Clone)]
5050
pub struct CachingClient<T> {
51-
pub client: Option<Client>,
51+
client: Option<Client>,
5252
cache: Arc<T>,
5353
}
5454

0 commit comments

Comments
 (0)