We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 38d98a1 commit 9925d9bCopy full SHA for 9925d9b
src/librustdoc/html/format.rs
@@ -307,7 +307,7 @@ impl fmt::Display for clean::GenericArgs {
307
fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result {
308
match *self {
309
clean::GenericArgs::AngleBracketed { ref args, ref bindings } => {
310
- if !args.is_empty() || !bindings.is_empty() {
+ if !args.is_empty() || !bindings.is_empty() {
311
if f.alternate() {
312
f.write_str("<")?;
313
} else {
0 commit comments