Remove some ancient code providing special support for newtypes
This commit is contained in:
@@ -2537,7 +2537,7 @@ fn render_struct(w: &mut fmt::Formatter, it: &clean::Item,
|
||||
}
|
||||
write!(w, "}}")?;
|
||||
}
|
||||
doctree::Tuple | doctree::Newtype => {
|
||||
doctree::Tuple => {
|
||||
write!(w, "(")?;
|
||||
for (i, field) in fields.iter().enumerate() {
|
||||
if i > 0 {
|
||||
|
||||
Reference in New Issue
Block a user