fix(desktop): silence wasm dead_code warning on DesktopServerConfig #71
Loading…
Reference in a new issue
No description provided.
Delete branch "feat/VAPP-58-desktop-server-url-prompt"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
On the wasm client build the server fn is a network stub and the only readers of the struct's fields are desktop-gated UI, so the fields are flagged unread. Mark the model allow(dead_code) with a note explaining why.
#VAPP-58