Remove dead code expectation fixed upstream

See https://github.com/rust-lang/rust/commit/c93fac7d64394c6b926d863c19.
pull/1283/head
Tamir Duberstein 1 month ago
parent bd0424ca61
commit ec0356cedb
No known key found for this signature in database

@ -75,11 +75,9 @@ use bytes::BytesMut;
use log::{Log, Record, error};
use thiserror::Error;
#[expect(dead_code)] // TODO(https://github.com/rust-lang/rust/issues/120770): Remove when false positive is fixed.
#[derive(Copy, Clone)]
#[repr(transparent)]
struct RecordFieldWrapper(RecordField);
#[expect(dead_code)] // TODO(https://github.com/rust-lang/rust/issues/120770): Remove when false positive is fixed.
#[derive(Copy, Clone)]
#[repr(transparent)]
struct ArgumentWrapper(Argument);

Loading…
Cancel
Save