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/serde
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.0.193
Choose a base ref
...
head repository: serde-rs/serde
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v1.0.194
Choose a head ref
  • 5 commits
  • 7 files changed
  • 1 contributor

Commits on Dec 3, 2023

  1. Work around doc_link_with_quotes pedantic clippy lint

        warning: possible intra-doc link using quotes instead of backticks
          --> serde/src/de/mod.rs:67:41
           |
        67 | //!    - Rc\<T\>&emsp;*(if* features = ["rc"] *is enabled)*
           |                                         ^^^^
           |
           = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#doc_link_with_quotes
           = note: `-W clippy::doc-link-with-quotes` implied by `-W clippy::pedantic`
           = help: to override `-W clippy::pedantic` add `#[allow(clippy::doc_link_with_quotes)]`
    
        warning: possible intra-doc link using quotes instead of backticks
          --> serde/src/de/mod.rs:68:42
           |
        68 | //!    - Arc\<T\>&emsp;*(if* features = ["rc"] *is enabled)*
           |                                          ^^^^
           |
           = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#doc_link_with_quotes
    
        warning: possible intra-doc link using quotes instead of backticks
          --> serde/src/ser/mod.rs:64:41
           |
        64 | //!    - Rc\<T\>&emsp;*(if* features = ["rc"] *is enabled)*
           |                                         ^^^^
           |
           = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#doc_link_with_quotes
    
        warning: possible intra-doc link using quotes instead of backticks
          --> serde/src/ser/mod.rs:65:42
           |
        65 | //!    - Arc\<T\>&emsp;*(if* features = ["rc"] *is enabled)*
           |                                          ^^^^
           |
           = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#doc_link_with_quotes
    dtolnay committed Dec 3, 2023
    Configuration menu
    Copy the full SHA
    a0e6869 View commit details
    Browse the repository at this point in the history

Commits on Dec 30, 2023

  1. Configuration menu
    Copy the full SHA
    3d6a789 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #2669 from dtolnay/optionifletelse

    Remove option_if_let_else clippy suppression
    dtolnay authored Dec 30, 2023
    Configuration menu
    Copy the full SHA
    28c5d21 View commit details
    Browse the repository at this point in the history

Commits on Jan 2, 2024

  1. Configuration menu
    Copy the full SHA
    a9a6ee9 View commit details
    Browse the repository at this point in the history
  2. Release 1.0.194

    dtolnay committed Jan 2, 2024
    Configuration menu
    Copy the full SHA
    d2d977a View commit details
    Browse the repository at this point in the history
Loading