Add note for future me or others
This commit is contained in:
parent
c469936aac
commit
170822b018
@ -274,6 +274,7 @@ pub enum DocAtom {
|
|||||||
KeyValue { key: SmolStr, value: SmolStr },
|
KeyValue { key: SmolStr, value: SmolStr },
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// Adapted from `CfgExpr` parsing code
|
||||||
#[derive(Debug, Clone, PartialEq, Eq, Hash)]
|
#[derive(Debug, Clone, PartialEq, Eq, Hash)]
|
||||||
// #[cfg_attr(test, derive(derive_arbitrary::Arbitrary))]
|
// #[cfg_attr(test, derive(derive_arbitrary::Arbitrary))]
|
||||||
pub enum DocExpr {
|
pub enum DocExpr {
|
||||||
|
Loading…
Reference in New Issue
Block a user