We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 04844ce commit 70a793aCopy full SHA for 70a793a
alpm/src/alpm.rs
@@ -24,6 +24,7 @@ impl std::fmt::Debug for Alpm {
24
}
25
26
27
+// TODO unsound: remove
28
unsafe impl Send for Alpm {}
29
30
impl Drop for Alpm {
0 commit comments