-
-
Notifications
You must be signed in to change notification settings - Fork 1.4k
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
Fix CI #3679
Fix CI #3679
Commits on Jul 9, 2024
-
refactor(yew-macro): ignore
dead_code
forLint::lint
if not `cfg(……yew_lints)` `dead_code` has become more precise in recent toolchains.
Configuration menu - View commit details
-
Copy full SHA for 1ca03b6 - Browse repository at this point
Copy the full SHA 1ca03b6View commit details -
refactor(yew): stop using
static mut
hack to get static reference t……o an empty `Vec<VNode>` The old code triggered `static_mut_refs` lint in the latest stable toolchain.
Configuration menu - View commit details
-
Copy full SHA for b90c564 - Browse repository at this point
Copy the full SHA b90c564View commit details -
refactor(yew): ignore
clippy::to_string_trait_impl
for `impl ToStri……ng for Classes`
Configuration menu - View commit details
-
Copy full SHA for 0ff4f78 - Browse repository at this point
Copy the full SHA 0ff4f78View commit details -
perf(yew,yew-router): use
const {}
syntax forthread_local!
Addresses `clippy::thread_local_initializer_can_be_made_const`. May provide performance benefits.
Configuration menu - View commit details
-
Copy full SHA for f860d9f - Browse repository at this point
Copy the full SHA f860d9fView commit details -
refactor(yew): remove `yew::html::component::lifecycle::Stateful::as_…
…any_mut` Addresses `dead_code` lint.
Configuration menu - View commit details
-
Copy full SHA for 0617dd3 - Browse repository at this point
Copy the full SHA 0617dd3View commit details -
refactor(yew): ignore
clippy::incompatible_msrv
for `TopologicalQue……ue::pop_topmost` if Rust version >= 1.66 The use of `BTreeMap::pop_first` (stabilized in 1.66) is already gated by `#[rustversion(since(1.66))]` hence we can ignore this warning.
Configuration menu - View commit details
-
Copy full SHA for fb0a203 - Browse repository at this point
Copy the full SHA fb0a203View commit details -
refactor(yew): gate `yew::html::component::lifecycle::Stateful::{rend…
…ered,props_changed}` by `cfg(feature = "csr")` Addresses `dead_code` lint.
Configuration menu - View commit details
-
Copy full SHA for 5dbdae2 - Browse repository at this point
Copy the full SHA 5dbdae2View commit details -
Configuration menu - View commit details
-
Copy full SHA for cd51a3a - Browse repository at this point
Copy the full SHA cd51a3aView commit details -
doc(examples): replace
clone
+ assignment withclone_from
Addresses `clippy::assigning_clones` lint.
Configuration menu - View commit details
-
Copy full SHA for 640b30a - Browse repository at this point
Copy the full SHA 640b30aView commit details