Don't internally Arc the state (#1460)

This commit is contained in:
David Pedersen
2022-10-09 20:55:28 +00:00
committed by GitHub
parent a2ab338e68
commit f9dc96fdce
18 changed files with 206 additions and 185 deletions
@@ -18,7 +18,7 @@ struct Extractor {
other: Query<HashMap<String, String>>,
}
#[derive(Default)]
#[derive(Default, Clone)]
struct AppState {
inner: InnerState,
}