diff --git a/README.md b/README.md index 22724e5..b486dce 100644 --- a/README.md +++ b/README.md @@ -222,7 +222,7 @@ for inclusion in the work by you, as defined in the Apache-2.0 license, shall be dual licensed as above, without any additional terms or conditions. -[dasp-actions]: https://github.com/nannou-org/dasp/actions +[dasp-actions]: https://github.com/rustaudio/dasp/actions [dasp-actions-svg]: https://github.com/rustaudio/dasp/workflows/dasp/badge.svg [deps-graph]: ./assets/deps-graph.png [dasp]: ./dasp diff --git a/dasp_ring_buffer/src/lib.rs b/dasp_ring_buffer/src/lib.rs index 90dc100..64c9d82 100644 --- a/dasp_ring_buffer/src/lib.rs +++ b/dasp_ring_buffer/src/lib.rs @@ -401,7 +401,7 @@ where impl Extend for Fixed where - S: SliceMut + S: SliceMut, { fn extend>(&mut self, iter: T) { for item in iter { @@ -867,7 +867,7 @@ where } impl Extend for Bounded -where +where S: SliceMut, S::Element: Copy, {