Skip to content

Commit 0ad789a

Browse files
Stylistic fix -- remove double impl
1 parent 6e0b0d4 commit 0ad789a

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/librustdoc/html/render.rs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -222,9 +222,7 @@ impl SharedContext {
222222

223223
Ok(())
224224
}
225-
}
226225

227-
impl SharedContext {
228226
/// Based on whether the `collapse-docs` pass was run, return either the `doc_value` or the
229227
/// `collapsed_doc_value` of the given item.
230228
pub fn maybe_collapsed_doc_value<'a>(&self, item: &'a clean::Item) -> Option<Cow<'a, str>> {

0 commit comments

Comments
 (0)