Skip to content

Commit e583318

Browse files
committed
fix trailing whitespace
1 parent f1b23f2 commit e583318

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/rustdoc-ui/lints/redundant_explicit_links.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ pub fn dummy_target() {}
44

55
/// [dummy_target](dummy_target)
66
/// [`dummy_target`](dummy_target)
7-
///
7+
///
88
/// [Vec](Vec)
99
/// [`Vec`](Vec)
1010
/// [Vec](std::vec::Vec)
@@ -13,7 +13,7 @@ pub fn dummy_target() {}
1313
/// [`std::vec::Vec`](Vec)
1414
/// [std::vec::Vec](std::vec::Vec)
1515
/// [`std::vec::Vec`](std::vec::Vec)
16-
///
16+
///
1717
/// [usize](usize)
1818
/// [`usize`](usize)
1919
/// [usize](std::primitive::usize)

0 commit comments

Comments
 (0)