done: fix markup on doc comment

This commit is contained in:
Ben Boeckel 2019-01-26 16:48:28 -05:00
parent 404e77351b
commit b5d678a44b

View file

@ -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