Skip to content

Commit 5c29461

Browse files
authored
Rust: update a comment
1 parent 01e22b7 commit 5c29461

File tree

1 file changed

+1
-1
lines changed
  • rust/extractor/src/translate

1 file changed

+1
-1
lines changed

rust/extractor/src/translate/base.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -333,7 +333,7 @@ impl<'a> Translator<'a> {
333333
) {
334334
if self.macro_context_depth > 0 {
335335
// we are in an attribute macro, don't emit anything: we would be failing to expand any
336-
// way as rust-analyser now only expands in the context of an expansion
336+
// way as from version 0.0.274 rust-analyser only expands in the context of an expansion
337337
return;
338338
}
339339
if let Some(expanded) = self

0 commit comments

Comments
 (0)