diff --git a/core/tauri/src/state.rs b/core/tauri/src/state.rs index b13f0c0f3f4a..fa0eaae53f72 100644 --- a/core/tauri/src/state.rs +++ b/core/tauri/src/state.rs @@ -71,7 +71,6 @@ impl StateManager { /// Gets the state associated with the specified type. pub fn get(&self) -> State<'_, T> { - self.0.get::(); State( self .0