Skip to content

Commit 1ab2ba7

Browse files
GuillaumeGomezJoshua Nelson
authored and
Joshua Nelson
committed
Fix "unnecessary trailing semicolon" warning
1 parent 48635ff commit 1ab2ba7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/web/mod.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -169,7 +169,7 @@ impl Handler for CratesfyiHandler {
169169
} else {
170170
Err(e)
171171
}
172-
};
172+
}
173173

174174
// try serving shared rustdoc resources first, then db/static file handler and last router
175175
// return 404 if none of them return Ok. It is important that the router comes last,

0 commit comments

Comments
 (0)