Skip to content

Commit 70a793a

Browse files
committed
Add note for alpm being send
1 parent 04844ce commit 70a793a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

alpm/src/alpm.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ impl std::fmt::Debug for Alpm {
2424
}
2525
}
2626

27+
// TODO unsound: remove
2728
unsafe impl Send for Alpm {}
2829

2930
impl Drop for Alpm {

0 commit comments

Comments
 (0)