Closed jedbrown closed 5 months ago
These fields are never read and now generate warnings. I deleted them here, but we could mark them with #[allow(dead_code)] if you still intend to use them.
#[allow(dead_code)]
These fields are never read and now generate warnings. I deleted them here, but we could mark them with
#[allow(dead_code)]
if you still intend to use them.