Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: serde-rs/json
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.0.88
Choose a base ref
...
head repository: serde-rs/json
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v1.0.89
Choose a head ref
  • 5 commits
  • 5 files changed
  • 1 contributor

Commits on Nov 18, 2022

  1. Resolve semicolon_if_nothing_returned pedantic clippy lint

        error: consider adding a `;` to the last statement for consistent formatting
           --> src/map.rs:309:9
            |
        309 |         self.map.clone_from(&source.map)
            |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: add a `;` here: `self.map.clone_from(&source.map);`
            |
            = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#semicolon_if_nothing_returned
            = note: `-D clippy::semicolon-if-nothing-returned` implied by `-D clippy::pedantic`
    dtolnay committed Nov 18, 2022
    Configuration menu
    Copy the full SHA
    586fefb View commit details
    Browse the repository at this point in the history

Commits on Nov 22, 2022

  1. Configuration menu
    Copy the full SHA
    c27b023 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9d94e92 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #956 from dtolnay/decimal

    Require at least one digit after decimal point
    dtolnay authored Nov 22, 2022
    Configuration menu
    Copy the full SHA
    0b89836 View commit details
    Browse the repository at this point in the history
  4. Release 1.0.89

    dtolnay committed Nov 22, 2022
    Configuration menu
    Copy the full SHA
    d2f9368 View commit details
    Browse the repository at this point in the history
Loading