Skip to content

Commit

Permalink
...
Browse files Browse the repository at this point in the history
  • Loading branch information
sebffischer committed Oct 17, 2024
1 parent 710301f commit d5ecad3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/object/vector/rep.rs
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ impl Naming {
Naming::default()
}

/// See [Self::is_double] for more information
// Allocates a new Naming with a capacity for `capacity` elements.
pub fn with_capacity(capacity: usize) -> Self {
Self {
map: HashMap::<String, Vec<usize>>::with_capacity(capacity).into(),
Expand Down

0 comments on commit d5ecad3

Please sign in to comment.