mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-09-27 04:19:13 +00:00
5 lines
212 B
Rust
5 lines
212 B
Rust
//! This module contains utilities for turning SyntaxNodes and HIR types
|
|
//! into types that may be used to render in a UI.
|
|
|
|
pub(crate) mod navigation_target;
|
|
pub(crate) use navigation_target::{ToNav, TryToNav};
|