Skip to content

Commit 7a4f5cc

Browse files
committed
Auto merge of #365 - JustForFun88:doc_bucket, r=Amanieu
Document `bucket` Well, I tried to make documentation for the `bucket`, and tried to do it correctly. But maybe I missed something. You can freely edit, add or even throw everything out if necessary 🙂.
2 parents 5e4a982 + 8f53eb7 commit 7a4f5cc

File tree

3 files changed

+411
-1
lines changed

3 files changed

+411
-1
lines changed

src/map.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7657,6 +7657,7 @@ mod test_map {
76577657
}
76587658

76597659
#[test]
7660+
#[allow(clippy::needless_borrow)]
76607661
fn test_extend_ref_kv_tuple() {
76617662
use std::ops::AddAssign;
76627663
let mut a = HashMap::new();

0 commit comments

Comments
 (0)