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 7e1899b commit 6a1de78Copy full SHA for 6a1de78
core/src/slice/mod.rs
@@ -3703,6 +3703,7 @@ impl<T> [T] {
3703
/// [`clone_from_slice`]: slice::clone_from_slice
3704
/// [`split_at_mut`]: slice::split_at_mut
3705
#[doc(alias = "memcpy")]
3706
+ #[inline]
3707
#[stable(feature = "copy_from_slice", since = "1.9.0")]
3708
#[rustc_const_unstable(feature = "const_copy_from_slice", issue = "131415")]
3709
#[track_caller]
0 commit comments