Skip to content

Commit 77d41ab

Browse files
committed
Revert "uudoc: Fix for edition 2024"
This reverts commit 5d53da9.
1 parent be340ec commit 77d41ab

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)