Skip to content

Commit

Permalink
Merge pull request #163 from mitchmindtree/cargo-fmt
Browse files Browse the repository at this point in the history
Run cargo-fmt on repository. Fix broken link for github actions badge.
  • Loading branch information
mitchmindtree authored Aug 4, 2021
2 parents a81ba5b + 96588df commit 465c104
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions dasp_ring_buffer/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -401,7 +401,7 @@ where

impl<S> Extend<S::Element> for Fixed<S>
where
S: SliceMut
S: SliceMut,
{
fn extend<T: IntoIterator<Item = S::Element>>(&mut self, iter: T) {
for item in iter {
Expand Down Expand Up @@ -867,7 +867,7 @@ where
}

impl<S> Extend<S::Element> for Bounded<S>
where
where
S: SliceMut,
S::Element: Copy,
{
Expand Down

0 comments on commit 465c104

Please sign in to comment.