From 04f2eb0fba5485b360b1f18bd550744974802619 Mon Sep 17 00:00:00 2001 From: Anatol Ulrich Date: Tue, 26 Oct 2021 20:10:09 +0200 Subject: [PATCH] wording --- crates/ide/src/expand_macro.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crates/ide/src/expand_macro.rs b/crates/ide/src/expand_macro.rs index fd9d1ff4566..8feaa3b7be9 100644 --- a/crates/ide/src/expand_macro.rs +++ b/crates/ide/src/expand_macro.rs @@ -33,7 +33,7 @@ pub(crate) fn expand_macro(db: &RootDatabase, position: FilePosition) -> Option< })?; // due to how Rust Analyzer works internally, we need to special case derive attributes, - // otherwise they might not get found, e.g. here only `#[attr]` would expand: + // otherwise they might not get found, e.g. here with the cursor at $0 `#[attr]` would expand: // ``` // #[attr] // #[derive($0Foo)] -- 2.44.0