Skip to content
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 clippy issues #1373

Closed
wants to merge 2 commits into from
Closed

fix clippy issues #1373

wants to merge 2 commits into from

Commits on Jun 18, 2024

  1. fix clippy issues

    use contains_key instead of get().is_some()
    implement Display instead of ToString for G2AFFINE
    don't use enumerate when index is dropped
    replace legacy function isize::max_value with isize::Max
    bird-dancer committed Jun 18, 2024
    Configuration menu
    Copy the full SHA
    53a4967 View commit details
    Browse the repository at this point in the history
  2. update wasm_bindgen

    JsValue::from_serde and JsValue::into_serde are deprecated use serde-wasm-bindgen instead
    bird-dancer committed Jun 18, 2024
    Configuration menu
    Copy the full SHA
    15d4b62 View commit details
    Browse the repository at this point in the history