Expose registered_tools directly without TyCtxt-query

This commit is contained in:
Urgau
2025-03-31 18:00:28 +02:00
parent 1238a20d38
commit 69cb0a9e15
2 changed files with 13 additions and 4 deletions

View File

@@ -88,6 +88,8 @@ mod late;
mod macros;
pub mod rustdoc;
pub use macros::registered_tools_ast;
rustc_fluent_macro::fluent_messages! { "../messages.ftl" }
#[derive(Debug)]