internal: Render sigantures with view hir command

This commit is contained in:
Lukas Wirth 2025-04-13 12:13:28 +02:00
parent afc367b96c
commit 40076b577f
6 changed files with 146 additions and 44 deletions

View file

@ -4,7 +4,7 @@ pub mod body;
mod expander;
pub mod lower;
pub mod path;
pub(crate) mod pretty;
pub mod pretty;
pub mod scope;
#[cfg(test)]
mod tests;