Skip to content

Commit

Permalink
Auto merge of #365 - JustForFun88:doc_bucket, r=Amanieu
Browse files Browse the repository at this point in the history
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 🙂.
  • Loading branch information
bors committed Feb 22, 2023
2 parents 5e4a982 + 8f53eb7 commit 7a4f5cc
Show file tree
Hide file tree
Showing 3 changed files with 411 additions and 1 deletion.
1 change: 1 addition & 0 deletions src/map.rs
Original file line number Diff line number Diff line change
Expand Up @@ -7657,6 +7657,7 @@ mod test_map {
}

#[test]
#[allow(clippy::needless_borrow)]
fn test_extend_ref_kv_tuple() {
use std::ops::AddAssign;
let mut a = HashMap::new();
Expand Down
Loading

0 comments on commit 7a4f5cc

Please sign in to comment.