Skip to content
This repository was archived by the owner on Mar 25, 2024. It is now read-only.
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: dtolnay/serde-yaml
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 0.9.10
Choose a base ref
...
head repository: dtolnay/serde-yaml
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 0.9.11
Choose a head ref
  • 6 commits
  • 5 files changed
  • 1 contributor

Commits on Aug 31, 2022

  1. Configuration menu
    Copy the full SHA
    653e0bb View commit details
    Browse the repository at this point in the history

Commits on Sep 2, 2022

  1. Resolve needless_borrow clippy lint in test

        error: the borrowed expression implements the required traits
          --> tests/test_serde.rs:22:38
           |
        22 |     let value = serde_yaml::to_value(&thing).unwrap();
           |                                      ^^^^^^ help: change this to: `thing`
           |
           = note: `-D clippy::needless-borrow` implied by `-D clippy::all`
           = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#needless_borrow
    dtolnay committed Sep 2, 2022
    Configuration menu
    Copy the full SHA
    638b1c0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4efbe50 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    53ccded View commit details
    Browse the repository at this point in the history
  4. Merge pull request #322 from dtolnay/width

    Set width=-1 on libyaml emitter
    dtolnay authored Sep 2, 2022
    Configuration menu
    Copy the full SHA
    4253336 View commit details
    Browse the repository at this point in the history
  5. Release 0.9.11

    dtolnay committed Sep 2, 2022
    Configuration menu
    Copy the full SHA
    44aba92 View commit details
    Browse the repository at this point in the history
Loading