We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f388c01 commit 87710f2Copy full SHA for 87710f2
1 file changed
cpp2rust/converter/converter.cpp
@@ -3485,8 +3485,8 @@ void Converter::AddSyncTrait(const clang::RecordDecl *decl) {
3485
return;
3486
}
3487
3488
- StrCat("\n// SAFETY: preserves unsafe C semantics; thread-safety is the "
3489
- "programmer's responsibility\n");
+ StrCat("\n// SAFETY: preserves unsafe C semantics; thread-safety is not "
+ "enforced\n");
3490
StrCat("unsafe impl Sync for", GetRecordName(decl));
3491
PushBrace brace(*this);
3492
0 commit comments