We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dd92bf5 commit 35c7e5dCopy full SHA for 35c7e5d
1 file changed
src/data/whichever.rs
@@ -22,7 +22,7 @@
22
/// use zoe::define_whichever;
23
///
24
/// define_whichever!{
25
-/// #[doc = "An enum representing the allowable input types"]
+/// /// An enum representing the allowable input types
26
/// pub enum AnyInput {
27
/// File(std::fs::File),
28
/// Stdin(std::io::Stdin),
@@ -39,7 +39,7 @@
39
40
41
42
-/// #[doc = "An enum representing iterators yielding the same value several times"]
+/// /// An enum representing iterators yielding the same value several times
43
/// pub enum AnyIterator<T> {
44
/// Once(std::iter::Once<T>),
45
/// RepeatN(std::iter::RepeatN<T>),
0 commit comments