Skip to content

Commit 170822b

Browse files
Add note for future me or others
1 parent c469936 commit 170822b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

crates/hir-def/src/attr.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -274,6 +274,7 @@ pub enum DocAtom {
274274
KeyValue { key: SmolStr, value: SmolStr },
275275
}
276276

277+
// Adapted from `CfgExpr` parsing code
277278
#[derive(Debug, Clone, PartialEq, Eq, Hash)]
278279
// #[cfg_attr(test, derive(derive_arbitrary::Arbitrary))]
279280
pub enum DocExpr {

0 commit comments

Comments
 (0)