Skip to content

Commit 33c8f1f

Browse files
committed
docs(readme): update readme for _ inference removal, replaced by impl Responder.
1 parent 1ebfe07 commit 33c8f1f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -198,7 +198,7 @@ async fn get_users() -> Result<HttpResponse, Error> {}
198198
```
199199

200200
> [!TIP]
201-
> You can use a `Result<_, Error>` instead of `HttpResponse`, as that's inferred.
201+
> You can use a `Result<impl Responder, Error>` instead of `HttpResponse`.
202202
203203
Allows you to:
204204

0 commit comments

Comments
 (0)