327 |
}
|
328 |
#[allow(clippy::while_immutable_condition)]
|
329 |
while pending_resolution.more_coming {
|
512 |
#[allow(clippy::cast_ptr_alignment)]
|
513 |
#[allow(clippy::while_immutable_condition)]
|
514 |
#[allow(clippy::float_cmp)]
|
298 |
// maybe this is a clippy bug? Either way, disable clippy for this.
|
299 |
#[cfg_attr(feature = "cargo-clippy", allow(while_immutable_condition))]
|
300 |
while self.lookahead == None {
|
604 |
#[inline]
|
605 |
#[allow(clippy::while_immutable_condition)]
|
606 |
fn read_bits<F>(
|
604 |
#[inline]
|
605 |
#[allow(clippy::while_immutable_condition)]
|
606 |
fn read_bits<F>(
|
463 |
#[allow(clippy::cast_ptr_alignment)]
|
464 |
#[allow(clippy::while_immutable_condition)]
|
465 |
#[allow(clippy::float_cmp)]
|
52 |
/// Consume the builder and return the created torrent or an error
|
53 |
#[allow(clippy::while_immutable_condition)]
|
54 |
pub fn build(self) -> TrResult<String> {
|
14 |
clippy::unit_arg,
|
15 |
clippy::while_immutable_condition,
|
16 |
clippy::zero_ptr,
|
38 |
clippy::unreadable_literal,
|
39 |
clippy::while_immutable_condition, // https://github.com/rust-lang/rust-clippy/issues/3548
|
40 |
)]
|