Skip to content

Commit b9dda07

Browse files
committed
edits
1 parent 6564505 commit b9dda07

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

cpp2rust/converter/mapper.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -781,7 +781,7 @@ std::string ToString(const clang::NamedDecl *decl) {
781781
}
782782
}
783783

784-
return normalizeTranslationRule(os.str());
784+
return normalizeTranslationRule(std::move(out));
785785
}
786786

787787
std::string ToString(const clang::Expr *expr) {

0 commit comments

Comments
 (0)