summaryrefslogtreecommitdiff
path: root/src/ir/item.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/ir/item.rs')
-rw-r--r--src/ir/item.rs3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/ir/item.rs b/src/ir/item.rs
index c6d80a08..691cfec2 100644
--- a/src/ir/item.rs
+++ b/src/ir/item.rs
@@ -1043,8 +1043,7 @@ impl ClangItemParser for Item {
}
}
// If we have recursed into the AST all we know, and we still
- // haven't found what we've got, let's
- // just make a named type.
+ // haven't found what we've got, let's just make a named type.
//
// This is what happens with some template members, for example.
//