Skip to content

Commit 4c1beff

Browse files
committed
edits
1 parent 8981e9e commit 4c1beff

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
@@ -798,7 +798,7 @@ std::string ToString(const clang::NamedDecl *decl) {
798798
}
799799
}
800800

801-
return normalizeTranslationRule(os.str());
801+
return normalizeTranslationRule(std::move(out));
802802
}
803803

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

0 commit comments

Comments
 (0)