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.95
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.96
Choose a head ref
  • 4 commits
  • 4 files changed
  • 2 contributors

Commits on Mar 27, 2023

  1. Fix needless_borrow clippy lint in test

        error: the borrowed expression implements the required traits
         --> tests/regression/issue1004.rs:6:38
          |
        6 |     let value = serde_json::to_value(&float).unwrap();
          |                                      ^^^^^^ help: change this to: `float`
          |
          = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#needless_borrow
          = note: `-D clippy::needless-borrow` implied by `-D clippy::all`
    dtolnay committed Mar 27, 2023
    Configuration menu
    Copy the full SHA
    ce53b86 View commit details
    Browse the repository at this point in the history

Commits on Apr 12, 2023

  1. Configuration menu
    Copy the full SHA
    cd5ed82 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #1011 from stepancheg/utf-8

    Document to_writer only writes valid UTF-8 strings
    dtolnay authored Apr 12, 2023
    Configuration menu
    Copy the full SHA
    41199cc View commit details
    Browse the repository at this point in the history
  3. Release 1.0.96

    dtolnay committed Apr 12, 2023
    Configuration menu
    Copy the full SHA
    187f7da View commit details
    Browse the repository at this point in the history
Loading