Skip to content

Commit f38f091

Browse files
author
Lucas Paixão
committed
Clippy fix
1 parent d4ddf18 commit f38f091

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/runtime/driver/mod.rs

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,9 @@ pub(crate) struct Driver {
4040
fixed_buffers: RefCell<Option<Arc<RefCell<dyn FixedBuffers>>>>,
4141
}
4242

43+
unsafe impl Send for Driver {}
44+
unsafe impl Sync for Driver {}
45+
4346
fn noop() {}
4447

4548
impl Driver {

0 commit comments

Comments
 (0)