This repository was archived by the owner on Mar 25, 2024. It is now read-only.
- Sponsor
-
Notifications
You must be signed in to change notification settings - Fork 180
Permalink
Choose a base ref
{{ refName }}
default
Choose a head ref
{{ refName }}
default
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.31
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
...
head repository: dtolnay/serde-yaml
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 0.9.32
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
- 3 commits
- 4 files changed
- 1 contributor
Commits on Jan 29, 2024
-
Replace curly quotes with ascii straight quotes
Markdown takes care of rendering these to a curly quote.
Configuration menu - View commit details
-
Copy full SHA for 9e0b8d3 - Browse repository at this point
Copy the full SHA 9e0b8d3View commit details
Commits on Feb 19, 2024
-
Resolve prelude redundant import warnings
warning: the item `FromIterator` is imported redundantly --> src/mapping.rs:10:5 | 10 | use std::iter::FromIterator; | ^^^^^^^^^^^^^^^^^^^^^^^ | ::: nightly-x86_64-unknown-linux-gnu/lib/rustlib/src/rust/library/std/src/prelude/mod.rs:129:13 | 129 | pub use core::prelude::rust_2021::*; | ------------------------ the item `FromIterator` is already defined here | = note: `#[warn(unused_imports)]` on by default warning: the item `FromIterator` is imported redundantly --> src/value/from.rs:148:5 | 148 | use std::iter::FromIterator; | ^^^^^^^^^^^^^^^^^^^^^^^ | ::: nightly-x86_64-unknown-linux-gnu/lib/rustlib/src/rust/library/std/src/prelude/mod.rs:129:13 | 129 | pub use core::prelude::rust_2021::*; | ------------------------ the item `FromIterator` is already defined here
Configuration menu - View commit details
-
Copy full SHA for a52b7ac - Browse repository at this point
Copy the full SHA a52b7acView commit details -
Configuration menu - View commit details
-
Copy full SHA for ea57d8c - Browse repository at this point
Copy the full SHA ea57d8cView commit details
There are no files selected for viewing