We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d03a7e3 commit 0e367b6Copy full SHA for 0e367b6
1 file changed
packages/chain/src/set.rs
@@ -9,7 +9,7 @@ impl_chain_conversions! {
9
10
chain_fns! {
11
impl and_mut [T, S] { doc "HashSet" "std::collections::HashSet" } std::collections::HashSet<T, S>;
12
- impl and_mut [T] { doc "BTreeSet" "std::collections::BTree" } std::collections::BTreeSet<T>;
+ impl and_mut [T] { doc "BTreeSet" "std::collections::BTreeSet" } std::collections::BTreeSet<T>;
13
#[cfg(feature = "hashbrown")]
14
impl and_mut [T, S] { doc "HashSet" "hashbrown::HashSet" } hashbrown::HashSet<T, S>;
15
0 commit comments