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.104
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.105
Choose a head ref
  • 7 commits
  • 7 files changed
  • 1 contributor

Commits on Aug 12, 2023

  1. Resolve ignored_unit_patterns pedantic clippy lint

        warning: matching over `()` is more explicit
            --> src/de.rs:2409:59
             |
        2409 | ...                   self.peek_end_of_value().map(|_| value)
             |                                                     ^ help: use `()` instead of `_`: `()`
             |
             = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#ignored_unit_patterns
             = note: `-W clippy::ignored-unit-patterns` implied by `-W clippy::pedantic`
    dtolnay committed Aug 12, 2023
    Configuration menu
    Copy the full SHA
    8652bf2 View commit details
    Browse the repository at this point in the history

Commits on Aug 15, 2023

  1. Configuration menu
    Copy the full SHA
    58dd8d9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    283a68b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    68a5582 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    9b69f16 View commit details
    Browse the repository at this point in the history
  5. Merge pull request #1055 from dtolnay/boolkey

    Support bool in map keys
    dtolnay authored Aug 15, 2023
    Configuration menu
    Copy the full SHA
    59d9f96 View commit details
    Browse the repository at this point in the history
  6. Release 1.0.105

    dtolnay committed Aug 15, 2023
    Configuration menu
    Copy the full SHA
    0daacdd View commit details
    Browse the repository at this point in the history
Loading