Skip to content

Commit 04f2eb0

Browse files
author
Anatol Ulrich
committed
wording
1 parent 3f82989 commit 04f2eb0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crates/ide/src/expand_macro.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ pub(crate) fn expand_macro(db: &RootDatabase, position: FilePosition) -> Option<
3333
})?;
3434

3535
// due to how Rust Analyzer works internally, we need to special case derive attributes,
36-
// otherwise they might not get found, e.g. here only `#[attr]` would expand:
36+
// otherwise they might not get found, e.g. here with the cursor at $0 `#[attr]` would expand:
3737
// ```
3838
// #[attr]
3939
// #[derive($0Foo)]

0 commit comments

Comments
 (0)