Skip to content

Commit e796957

Browse files
style(clippy): fix clippy::unnecessary_semicolon
1 parent 4f80e14 commit e796957

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

static-serve-macro/src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -202,7 +202,7 @@ fn validate_ignore_dirs(
202202
),
203203
))
204204
}
205-
};
205+
}
206206
}
207207
Ok(IgnoreDirs(valid_ignore_dirs))
208208
}

0 commit comments

Comments
 (0)