summaryrefslogtreecommitdiff
path: root/src/ast/path.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/ast/path.cpp')
-rw-r--r--src/ast/path.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ast/path.cpp b/src/ast/path.cpp
index 0c8c4c69..092f5962 100644
--- a/src/ast/path.cpp
+++ b/src/ast/path.cpp
@@ -109,7 +109,7 @@ PathBinding_Macro PathBinding_Macro::clone() const
for(const auto& v : x.m_lifetimes) {
if(needs_comma) os << ", ";
needs_comma = true;
- os << "'" << v;
+ os << v;
}
for(const auto& v : x.m_types) {
if(needs_comma) os << ", ";