mirror of
https://github.com/RGBCube/uutils-coreutils
synced 2025-07-27 11:07:44 +00:00
Merge pull request #7573 from drinkcat/uudoc-fix
uudoc: Fix for edition 2024
This commit is contained in:
commit
765a8b54bc
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue