Skip to content

Commit 80d3e1a

Browse files
committed
making linter happy
1 parent 0dfef7e commit 80d3e1a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ async fn main() -> Result<(), impl Error> {
5050
.await
5151
}
5252

53-
pub(self) async fn hello(_req: HttpRequest) -> HttpResponse<BoxBody> {
53+
async fn hello(_req: HttpRequest) -> HttpResponse<BoxBody> {
5454
HttpResponse::Ok()
5555
.content_type(ContentType::plaintext())
5656
.body("Hello World!".to_string())

0 commit comments

Comments
 (0)