parent
485ef93e49
commit
96566276e3
@ -2740,6 +2740,8 @@ fn rewrite(&self, context: &RewriteContext, shape: Shape) -> Option<String> {
|
|||||||
format!("{}{}{};", prefix, sep, ty_str)
|
format!("{}{}{};", prefix, sep, ty_str)
|
||||||
})
|
})
|
||||||
}
|
}
|
||||||
|
// FIXME(#2097) support extern types.
|
||||||
|
ast::ForeignItemKind::Ty => unimplemented!(),
|
||||||
}?;
|
}?;
|
||||||
|
|
||||||
let missing_span = if self.attrs.is_empty() {
|
let missing_span = if self.attrs.is_empty() {
|
||||||
|
Loading…
Reference in New Issue
Block a user