@@ -71,7 +71,6 @@ impl StateManager {
/// Gets the state associated with the specified type.
pub fn get<T: Send + Sync + 'static>(&self) -> State<'_, T> {
- self.0.get::<T>();
State(
self
.0