We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 656b903 commit 9796184Copy full SHA for 9796184
1 file changed
cpp2rust/converter/converter.cpp
@@ -3472,8 +3472,8 @@ void Converter::AddSyncTrait(const clang::RecordDecl *decl) {
3472
return;
3473
}
3474
3475
- StrCat("\n// SAFETY: preserves unsafe C semantics; thread-safety is the "
3476
- "programmer's responsibility\n");
+ StrCat("\n// SAFETY: preserves unsafe C semantics; thread-safety is not "
+ "enforced\n");
3477
StrCat("unsafe impl Sync for", GetRecordName(decl));
3478
PushBrace brace(*this);
3479
0 commit comments