mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-07 01:05:39 +03:00
0238243b5f
report the `varargs_without_pattern` lint in deps tracking issue: https://github.com/rust-lang/rust/issues/44930 After discussion in https://github.com/rust-lang/reference/pull/2177#discussion_r2864885208. Based on https://github.com/rust-lang/rust/pull/143619#issuecomment-3133157725 there was only one actual impacted crate https://crates.io/crates/binrw. The issue was fixed in https://github.com/jam1garner/binrw/issues/342, and has since been released https://github.com/jam1garner/binrw/issues/342#issuecomment-3994700268. Hence we may as well report this loudly. r? @ghost