On Wed Apr 1, 2026 at 12:45 PM BST, Miguel Ojeda wrote: > The issue that required `allow`s for `cfg(test)` code generated by > `bindgen` for layout testing was fixed back in `bindgen` 0.60.0 [1], > so it could have been removed even before the version bump, but it does > not hurt. > > Thus remove it now. > > Link: https://github.com/rust-lang/rust-bindgen/pull/2203 [1] > Signed-off-by: Miguel Ojeda <[email protected]>
Reviewed-by: Gary Guo <[email protected]> > --- > rust/bindings/lib.rs | 4 ---- > rust/uapi/lib.rs | 4 ---- > 2 files changed, 8 deletions(-)
