mirror of
https://github.com/tokio-rs/axum.git
synced 2026-08-29 00:00:18 +02:00
Replace async_trait with AFIT / RPITIT (#2308)
Co-authored-by: Jonas Platte <[email protected]>
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
error: Handlers must only take owned values
|
||||
--> tests/debug_handler/fail/extract_self_ref.rs:23:22
|
||||
--> tests/debug_handler/fail/extract_self_ref.rs:19:22
|
||||
|
|
||||
23 | async fn handler(&self) {}
|
||||
19 | async fn handler(&self) {}
|
||||
| ^^^^^
|
||||
|
||||
Reference in New Issue
Block a user