Lines Matching refs:about
10727 #[allow(unused_must_use)] // here, we care about the side effects of `.clone()`
11423 // There used to be a bug here about how the
11424 // VecDeque made growth assumptions about the
14449 /// a buffer of memory on the heap without having to worry about all the corner cases
14842 // Nothing we can really do about these checks, sadly.
17879 /// Fetch a `Utf8Error` to get more details about the conversion failure.
21428 /// guarantees about the value still being present. Thus it may return [`None`]
21490 /// making any assertions about the data field.
21850 // We abort because this is such a degenerate scenario that we don't care about
23527 /// guarantees about the value still being present. Thus it may return [`None`]
24902 /// making any assertions about the data field.
25094 // Relaxed is fine for the failure case because we don't have any expectations about the new state.
25293 // deallocate the data entirely. See the discussion in Arc::drop() about
31251 // don't have to care about panics this time (they'll abort).
41140 // We don't have to worry about an overflow as neither `self.len()` nor `self.capacity()`
41563 // have forgotten about the potentially moved values after the start of
41571 // "forget" about the values after the start of the drain until after
43212 // There's no actual allocation for ZSTs to worry about capacity,
44936 // and about 2 * self.len() comparisons in the worst case
44938 // and about 1 * tail_len * log_2(start) comparisons in the worst case,
46646 // must take more steps to reason about the final capacity + length
47067 /// about its design. This ensures that it's as low-overhead as possible in
47114 /// - Note: the ABI is not stable and `Vec` makes no guarantees about its memory
47273 /// the allocator cares about the alignment, and these two types have different
47299 /// // Pull out the various important pieces of information about `v`
47411 /// the allocator cares about the alignment, and these two types have different
47444 /// // Pull out the various important pieces of information about `v`