mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-10-02 14:51:48 +00:00
Add helpful pointer to module docs
This commit is contained in:
parent
1c0a3a1a30
commit
fe5e74e083
1 changed files with 2 additions and 0 deletions
|
@ -9,6 +9,8 @@
|
||||||
//! 3. Unresolved. Paths are stored as sequences of names, and not as defs the
|
//! 3. Unresolved. Paths are stored as sequences of names, and not as defs the
|
||||||
//! names refer to.
|
//! names refer to.
|
||||||
//! 4. Desugared. There's no `if let`.
|
//! 4. Desugared. There's no `if let`.
|
||||||
|
//!
|
||||||
|
//! See also a neighboring `body` module.
|
||||||
|
|
||||||
use hir_expand::name::Name;
|
use hir_expand::name::Name;
|
||||||
use ra_arena::{impl_arena_id, RawId};
|
use ra_arena::{impl_arena_id, RawId};
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue