Skip to content

Commit 96588df

Browse files
committed
Run cargo-fmt on repository. Fix broken link for github actions badge.
1 parent a81ba5b commit 96588df

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -222,7 +222,7 @@ for inclusion in the work by you, as defined in the Apache-2.0 license, shall be
222222
dual licensed as above, without any additional terms or conditions.
223223

224224

225-
[dasp-actions]: https://github.com/nannou-org/dasp/actions
225+
[dasp-actions]: https://github.com/rustaudio/dasp/actions
226226
[dasp-actions-svg]: https://github.com/rustaudio/dasp/workflows/dasp/badge.svg
227227
[deps-graph]: ./assets/deps-graph.png
228228
[dasp]: ./dasp

dasp_ring_buffer/src/lib.rs

+2-2
Original file line numberDiff line numberDiff line change
@@ -401,7 +401,7 @@ where
401401

402402
impl<S> Extend<S::Element> for Fixed<S>
403403
where
404-
S: SliceMut
404+
S: SliceMut,
405405
{
406406
fn extend<T: IntoIterator<Item = S::Element>>(&mut self, iter: T) {
407407
for item in iter {
@@ -867,7 +867,7 @@ where
867867
}
868868

869869
impl<S> Extend<S::Element> for Bounded<S>
870-
where
870+
where
871871
S: SliceMut,
872872
S::Element: Copy,
873873
{

0 commit comments

Comments
 (0)