Skip to content

Commit 0e367b6

Browse files
committed
wh HOW
1 parent d03a7e3 commit 0e367b6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/chain/src/set.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ impl_chain_conversions! {
99

1010
chain_fns! {
1111
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>;
12+
impl and_mut [T] { doc "BTreeSet" "std::collections::BTreeSet" } std::collections::BTreeSet<T>;
1313
#[cfg(feature = "hashbrown")]
1414
impl and_mut [T, S] { doc "HashSet" "hashbrown::HashSet" } hashbrown::HashSet<T, S>;
1515

0 commit comments

Comments
 (0)