Mercurial > crates > nonstick
diff libpam-sys/libpam-sys-impls/src/lib.rs @ 113:178310336596
Fix up more constants, make things i32 rather than u32.
author | Paul Fisher <paul@pfish.zone> |
---|---|
date | Sun, 29 Jun 2025 03:11:33 -0400 |
parents | 2346fd501b7a |
children |
line wrap: on
line diff
--- a/libpam-sys/libpam-sys-impls/src/lib.rs Sun Jun 29 02:21:26 2025 -0400 +++ b/libpam-sys/libpam-sys-impls/src/lib.rs Sun Jun 29 03:11:33 2025 -0400 @@ -270,7 +270,7 @@ ("One", (not(any("One", "Another")))), ("Negatory", (not(not("Affirmative")))), ("MinimalOpenPam", ("OpenPam")), - ("OpenPam", (("MinimalOpenPam"))), + ("OpenPam", ("MinimalOpenPam")), ]; for (bad, tree) in nonmatching { let pred = parse(tree);