Add note for future me or others
This commit is contained in:
parent
c469936aac
commit
170822b018
1 changed files with 1 additions and 0 deletions
|
|
@ -274,6 +274,7 @@ pub enum DocAtom {
|
|||
KeyValue { key: SmolStr, value: SmolStr },
|
||||
}
|
||||
|
||||
// Adapted from `CfgExpr` parsing code
|
||||
#[derive(Debug, Clone, PartialEq, Eq, Hash)]
|
||||
// #[cfg_attr(test, derive(derive_arbitrary::Arbitrary))]
|
||||
pub enum DocExpr {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue