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 5bf05c1 commit d7f2227Copy full SHA for d7f2227
src/back/lto.rs
@@ -710,10 +710,6 @@ pub struct ThinBuffer {
710
context: Arc<SyncContext>,
711
}
712
713
-// TODO: check if this makes sense to make ThinBuffer Send and Sync.
714
-unsafe impl Send for ThinBuffer {}
715
-unsafe impl Sync for ThinBuffer {}
716
-
717
impl ThinBuffer {
718
pub(crate) fn new(context: &Arc<SyncContext>) -> Self {
719
Self { context: Arc::clone(context) }
0 commit comments