Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Silence
private_bounds
lint in KnownLayout
derive
For reasons not-yet-known, the `private_bounds` lint flags the output of `derive(KnownLayout)` on `repr(C)` structs generated by macros. This is likely a rustc bug, but to preserve a good experience for our users, we nonetheless, `allow(private_bounds)`. Fixes #2177
- Loading branch information