We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents f76f6fb + c1bb1ca commit 87d3250Copy full SHA for 87d3250
src/libstd/collections/hash/map.rs
@@ -33,6 +33,7 @@ const MIN_NONZERO_RAW_CAPACITY: usize = 32; // must be a power of two
33
struct DefaultResizePolicy;
34
35
impl DefaultResizePolicy {
36
+ #[inline]
37
fn new() -> DefaultResizePolicy {
38
DefaultResizePolicy
39
}
0 commit comments