Skip to content

Commit 765a8b5

Browse files
authored
Merge pull request #7573 from drinkcat/uudoc-fix
uudoc: Fix for edition 2024
2 parents b0e0059 + 5d53da9 commit 765a8b5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/bin/uudoc.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ fn main() -> io::Result<()> {
114114
"| util | Linux | macOS | Windows | FreeBSD | Android |\n\
115115
| ---------------- | ----- | ----- | ------- | ------- | ------- |"
116116
)?;
117-
for (&name, _) in &utils {
117+
for &(&name, _) in &utils {
118118
if name == "[" {
119119
continue;
120120
}

0 commit comments

Comments
 (0)