You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
let comp_value = component.value;// rust-analyzer suggestions work
17
+
let res_value_deref = resource.value;// rust-analyzer suggestions don't work but ctrl+click works once it's written, also type inlay hints work correctly
18
+
let res_value_direct = resource.into_inner().value;// rust-analyzer suggestions work
0 commit comments