serde/test_suite
David Tolnay 5ba1796a7e
Resolve doc_markdown pedantic lint on regression test function
warning: you should put bare URLs between `<`/`>` or make a proper Markdown link
        --> test_suite/tests/test_annotations.rs:2383:25
         |
    2383 | /// Regression test for https://github.com/serde-rs/serde/issues/1904
         |                         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: try: `<https://github.com/serde-rs/serde/issues/1904>`
         |
         = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#doc_markdown
         = note: `-W clippy::doc-markdown` implied by `-W clippy::pedantic`
         = help: to override `-W clippy::pedantic` add `#[allow(clippy::doc_markdown)]`
2024-08-11 00:08:16 -07:00
..
no_std Work around test suite dead code warnings in nightly-2024-07-07 2024-07-06 19:26:29 -07:00
tests Resolve doc_markdown pedantic lint on regression test function 2024-08-11 00:08:16 -07:00
Cargo.toml Pull in trybuild 'following types implement trait' fix 2024-07-06 13:13:32 -07:00