mirror of
https://github.com/tokio-rs/axum.git
synced 2024-11-27 01:31:23 +01:00
254d8fde17
* Move `IntoResponse` to axum-core * Move `FromRequest` to axum-core * some clean up * Remove hyper dependency from axum-core * Fix docs reference * Use default * Update changelog * Remove mention of default type
5 lines
168 B
Text
5 lines
168 B
Text
error: Handlers must only take owned values
|
|
--> tests/fail/extract_self_mut.rs:23:22
|
|
|
|
|
23 | async fn handler(&mut self) {}
|
|
| ^^^^^^^^^
|