Skip to content
This repository has been archived by the owner on Mar 25, 2024. It is now read-only.

Add a Serializer #186

Merged
merged 5 commits into from Feb 2, 2021
Merged

Add a Serializer #186

merged 5 commits into from Feb 2, 2021

Commits on Feb 2, 2021

  1. Copy the full SHA
    16f19e3 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    0f5c532 View commit details
    Browse the repository at this point in the history
  3. Ignore needless_pass_by_value clippy pedantic lint

        error: this argument is passed by value, but not consumed in the function body
          --> src/ser.rs:33:30
           |
        33 |     fn write(&mut self, doc: Yaml) -> Result<()> {
           |                              ^^^^ help: consider taking a reference instead: `&Yaml`
           |
           = note: `-D clippy::needless-pass-by-value` implied by `-D clippy::pedantic`
           = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#needless_pass_by_value
    dtolnay committed Feb 2, 2021
    Copy the full SHA
    59d5389 View commit details
    Browse the repository at this point in the history
  4. Copy the full SHA
    4f9af33 View commit details
    Browse the repository at this point in the history
  5. Copy the full SHA
    fd828cb View commit details
    Browse the repository at this point in the history