mirror of
https://github.com/RustAudio/rodio
synced 2025-03-04 15:07:18 +00:00
done: fix markup on doc comment
This commit is contained in:
parent
404e77351b
commit
b5d678a44b
1 changed files with 1 additions and 1 deletions
|
@ -4,7 +4,7 @@ use std::time::Duration;
|
|||
use Sample;
|
||||
use Source;
|
||||
|
||||
/// When the inner source is empty this decrements an AtomicUsize
|
||||
/// When the inner source is empty this decrements an `AtomicUsize`.
|
||||
#[derive(Debug, Clone)]
|
||||
pub struct Done<I>
|
||||
where
|
||||
|
|
Loading…
Add table
Reference in a new issue