mirror of
https://github.com/rust-lang/rust-analyzer
synced 2025-01-06 02:08:49 +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};
|