Skip to content

Commit 35c7e5d

Browse files
committed
Clean up define_whichever examples
1 parent dd92bf5 commit 35c7e5d

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/data/whichever.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
/// use zoe::define_whichever;
2323
///
2424
/// define_whichever!{
25-
/// #[doc = "An enum representing the allowable input types"]
25+
/// /// An enum representing the allowable input types
2626
/// pub enum AnyInput {
2727
/// File(std::fs::File),
2828
/// Stdin(std::io::Stdin),
@@ -39,7 +39,7 @@
3939
/// use zoe::define_whichever;
4040
///
4141
/// define_whichever!{
42-
/// #[doc = "An enum representing iterators yielding the same value several times"]
42+
/// /// An enum representing iterators yielding the same value several times
4343
/// pub enum AnyIterator<T> {
4444
/// Once(std::iter::Once<T>),
4545
/// RepeatN(std::iter::RepeatN<T>),

0 commit comments

Comments
 (0)