Skip to content

Sort out struct exhaustiveness

Ian Jackson requested to merge exhaust2 into main

Make Passwd and Group non-exhaustive, but still constructable outside the crate with Display.

Mark (with a not-really-very-used clippy annotation) PwdGrp as deliberately non-exhaustive.

Alternative to !11 (closed) and !12 (closed)

Merge request reports