39 |
} else {
|
40 |
#[allow(clippy::debug_assert_with_mut_call)]
|
41 |
{
|
39 |
} else {
|
40 |
#[allow(clippy::debug_assert_with_mut_call)]
|
41 |
{
|
1413 |
#[allow(clippy::debug_assert_with_mut_call)]
|
1414 |
// used in clap_generate (https://github.com/clap-rs/clap_generate)
|
123 |
Occupied(entry) => {
|
124 |
#[allow(clippy::debug_assert_with_mut_call)]
|
125 |
{
|
250 |
#[allow(clippy::cast_possible_truncation)] // TODO: move to new `self.index` line.
|
251 |
#[allow(clippy::debug_assert_with_mut_call)]
|
252 |
fn maybe_update_epoch(&mut self, epoch_offset: TimeOffset) -> bool {
|
165 |
// Can be called only by bounded sender.
|
166 |
#[allow(clippy::debug_assert_with_mut_call)]
|
167 |
fn do_send_b(&self, msg: T, priority: Priority) -> Result<(), TrySendError<T>> {
|
39 |
} else {
|
40 |
#[allow(clippy::debug_assert_with_mut_call)]
|
41 |
{
|
39 |
} else {
|
40 |
#[allow(clippy::debug_assert_with_mut_call)]
|
41 |
{
|
158 |
// won't fix:
|
159 |
#![allow(clippy::debug_assert_with_mut_call)]
|