diff --git a/ostd/src/mm/dma/dma_stream.rs b/ostd/src/mm/dma/dma_stream.rs index 645bbf64..39e956f3 100644 --- a/ostd/src/mm/dma/dma_stream.rs +++ b/ostd/src/mm/dma/dma_stream.rs @@ -346,7 +346,7 @@ impl> HasPaddr for DmaStreamSlice { } } -impl Clone for DmaStreamSlice { +impl + Clone> Clone for DmaStreamSlice { fn clone(&self) -> Self { Self { stream: self.stream.clone(),