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.102
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.103
Choose a head ref
  • 3 commits
  • 3 files changed
  • 1 contributor

Commits on Jul 15, 2023

  1. Fix rustdoc::bare_urls lint in lexical code

        warning: this URL is not a hyperlink
         --> src/lexical/errors.rs:9:9
          |
        9 | //!     https://golang.org/src/strconv/atof.go
          |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use an automatic link instead: `<https://golang.org/src/strconv/atof.go>`
          |
          = note: bare URLs are not automatically turned into clickable links
          = note: `#[warn(rustdoc::bare_urls)]` on by default
    dtolnay committed Jul 15, 2023
    Configuration menu
    Copy the full SHA
    d1a07e2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9c2879a View commit details
    Browse the repository at this point in the history
  3. Release 1.0.103

    dtolnay committed Jul 15, 2023
    Configuration menu
    Copy the full SHA
    54bcb4d View commit details
    Browse the repository at this point in the history
Loading