mirror of
https://github.com/zerotier/common-utils.git
synced 2026-05-22 16:28:56 -07:00
fixed bug
This commit is contained in:
+1
-1
@@ -148,7 +148,7 @@ impl Buf {
|
||||
}
|
||||
|
||||
#[inline(always)]
|
||||
pub fn copy_within<R>(&mut self, src: impl RangeBounds<usize>, dest: usize) {
|
||||
pub fn copy_within(&mut self, src: impl RangeBounds<usize>, dest: usize) {
|
||||
self.as_mut().copy_within(src, dest)
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user