Skip to content

Commit 291b62e

Browse files
committed
Make rust-analyzer happy about tap_inner macro
1 parent 133908c commit 291b62e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

axum/src/routing/mod.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@ macro_rules! tap_inner {
127127
#[allow(redundant_semicolons)]
128128
{
129129
let mut $inner = $self_.into_inner();
130-
$($stmt)*
130+
$($stmt)*;
131131
Router {
132132
inner: Arc::new($inner),
133133
}

0 commit comments

Comments
 (0)