We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0155abf commit d30e114Copy full SHA for d30e114
src/raw/mod.rs
@@ -2308,10 +2308,10 @@ impl<A: Allocator + Clone> RawTableInner<A> {
2308
///
2309
/// # Safety
2310
2311
- /// The caller to ensure that the `RawTableInner` outlives the
+ /// The caller has to ensure that the `RawTableInner` outlives the
2312
/// `FullBucketsIndices`. Because we cannot make the `next` method
2313
/// unsafe on the `FullBucketsIndices` struct, we have to make the
2314
- /// `full_control_bytes_iter` method unsafe.
+ /// `full_buckets_indices` method unsafe.
2315
#[inline(always)]
2316
unsafe fn full_buckets_indices(&self) -> FullBucketsIndices {
2317
// SAFETY:
0 commit comments