You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix(psl): satisfy clippy::expect_used and rustfmt in DAFSA reader
Crate denies clippy::expect_used outside tests; the version parse now
propagates BadMagic on UTF-8 failure even though the bytes were already
validated as ASCII digits. Also rustfmt reflow of test code.
0 commit comments