We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b1db797 commit 4a00db3Copy full SHA for 4a00db3
1 file changed
crates/wasm-pkg-client/src/caching/mod.rs
@@ -48,7 +48,7 @@ pub trait Cache {
48
/// underlying client to be used as a read-only cache.
49
#[derive(Clone)]
50
pub struct CachingClient<T> {
51
- pub client: Option<Client>,
+ client: Option<Client>,
52
cache: Arc<T>,
53
}
54
0 commit comments