Skip to content

Commit e597f01

Browse files
authored
fix(rust): replaced deprecated std::intrinsics with std::ptr (#1668)
1 parent b62027a commit e597f01

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/rust/src/decoder/window.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
1313
use std::{
1414
alloc::{alloc_zeroed, dealloc, Layout},
15-
intrinsics::copy_nonoverlapping,
15+
ptr::copy_nonoverlapping,
1616
};
1717

1818
use super::timing::get_time_str;

0 commit comments

Comments
 (0)