mirror of
https://github.com/tokio-rs/axum.git
synced 2026-08-27 00:00:24 +02:00
Don't internally Arc the state (#1460)
This commit is contained in:
@@ -18,7 +18,7 @@ struct Extractor {
|
||||
other: Query<HashMap<String, String>>,
|
||||
}
|
||||
|
||||
#[derive(Default)]
|
||||
#[derive(Default, Clone)]
|
||||
struct AppState {
|
||||
inner: InnerState,
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user