Unnamed repository; edit this file 'description' to name the repository.
Diffstat (limited to 'crates/hir-def/src/db.rs')
| -rw-r--r-- | crates/hir-def/src/db.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/crates/hir-def/src/db.rs b/crates/hir-def/src/db.rs index 9d58a5331a..d1190686fc 100644 --- a/crates/hir-def/src/db.rs +++ b/crates/hir-def/src/db.rs @@ -46,7 +46,7 @@ pub trait DefDatabase: ExpandDatabase + SourceDatabase { /// Whether to expand procedural macros during name resolution. /// -/// Note: this struct shouldn't be exposed to downstream crates -- consider using +/// Note: this struct shouldn't be exposed to ide crates -- consider using /// [`set_expand_proc_attr_macros`] instead, if possible. #[salsa::input(singleton, debug)] pub(crate) struct ExpandProcAttrMacros { |