-
Notifications
You must be signed in to change notification settings - Fork 156
Tracking draft PR to remove deprecated functions #453
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
since = "0.7.0", | ||
note = "Use `LocalStorage::get` or `SessionStorage::get`." | ||
)] | ||
pub fn load_data<T>(storage: &Storage, name: &str) -> Option<T> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Probably we don't have to delete this function now. I think it's out of scope of this PR and in the future the whole service/storage
will be deleted.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'll bring it back in in my next commit.
Closing in favor of #478 |
Added org file into this draft PR with notes, TODO's
Checklist
TODO: edit this top-level comment to include things that need to be removed
CRITICAL: restore clippys
builder.rs
implementations clearedbuilder
module taken out of public APIApp::new()
in tests have init argument not Init code slated for deletion.internal code
builder
dependencies removedinternal tests
builder
dependencies removedbuilder/after_mount.rs
implementations clearedbuilder/before_mount.rs
implementations clearedbuilder/init.rs
implementations clearedtests pass running firefox. Chrome and safari unavailable.