Commit Diff
--- src/types.rs +++ src/types.rs @@ -11,6 +11,7 @@ use nom::Finish; use std::num::NonZeroU8; /// A Tag in a Task. +#[non_exhaustive] #[derive(Debug, PartialEq, Eq)] pub enum Tag<'a> { /// A project tag. It is prefixed with a `+`, which is stripped.
