Skip to content

Commit 5ba1796

Browse files
committed
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 #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)]`
1 parent e52b7b3 commit 5ba1796

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test_suite/tests/test_annotations.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2380,7 +2380,7 @@ fn test_partially_untagged_enum_desugared() {
23802380
);
23812381
}
23822382

2383-
/// Regression test for https://github.com/serde-rs/serde/issues/1904
2383+
// Regression test for https://github.com/serde-rs/serde/issues/1904
23842384
#[test]
23852385
fn test_enum_tuple_and_struct_with_flatten() {
23862386
#[derive(Serialize, Deserialize, PartialEq, Debug)]

0 commit comments

Comments
 (0)