We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c13f3db commit 3a6862bCopy full SHA for 3a6862b
src/builders/shard_key_selector_builder.rs
@@ -24,7 +24,6 @@ impl ShardKeySelectorBuilder {
24
Self::create_empty()
25
}
26
27
-
28
pub fn with_shard_key(shard_key: impl Into<ShardKey>) -> Self {
29
Self::new().add_shard_key(shard_key)
30
0 commit comments