Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix rustdoc warning #1061

Merged
merged 1 commit into from
Oct 22, 2020
Merged

Fix rustdoc warning #1061

merged 1 commit into from
Oct 22, 2020

Commits on Oct 22, 2020

  1. Fix cargo doc warning

    I've been seeing this warning from `tracing-subscriber` for quite a long time.
    Running `cargo doc` gives this:
    ```
    warning: could not parse code block as Rust code
      --> /home/veetaha/.cargo/registry/src/github.com-1ecc6299db9ec823/tracing-subscriber-0.2.13/src/fmt/format/json.rs:30:5
       |
    30 |   /// ```ignore,json
       |  _____^
    31 | | /// {
    32 | | ///     "timestamp":"Feb 20 11:28:15.096",
    33 | | ///     "level":"INFO",
    ...  |
    38 | | /// }
    39 | | /// ```
       | |_______^
       |
       = note: error from rustc: unterminated double quote string
    ```
    
    I guess it's me who dares fix this then :D
    Veetaha authored Oct 22, 2020
    Configuration menu
    Copy the full SHA
    89f1943 View commit details
    Browse the repository at this point in the history