Skip to content

Commit 4472d97

Browse files
committed
Remove needless return
1 parent 4ee34f3 commit 4472d97

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/librustdoc/passes/collect_intra_doc_links.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1728,7 +1728,7 @@ impl Suggestion {
17281728
}
17291729
sugg
17301730
}
1731-
Self::RemoveDisambiguator => return vec![(sp, path_str.into())],
1731+
Self::RemoveDisambiguator => vec![(sp, path_str.into())],
17321732
}
17331733
}
17341734
}

0 commit comments

Comments
 (0)