1
Fork 0
mirror of https://github.com/RGBCube/uutils-coreutils synced 2025-07-27 19:17:43 +00:00

Merge pull request #7573 from drinkcat/uudoc-fix

uudoc: Fix for edition 2024
This commit is contained in:
Sylvestre Ledru 2025-03-25 13:11:01 +01:00 committed by GitHub
commit 765a8b54bc
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -114,7 +114,7 @@ fn main() -> io::Result<()> {
"| util | Linux | macOS | Windows | FreeBSD | Android |\n\
| ---------------- | ----- | ----- | ------- | ------- | ------- |"
)?;
for (&name, _) in &utils {
for &(&name, _) in &utils {
if name == "[" {
continue;
}