]> git.lizzy.rs Git - rust.git/blobdiff - compiler/rustc_ast/src/lib.rs
Rollup merge of #107325 - petrochenkov:hiddoc2, r=GuillaumeGomez
[rust.git] / compiler / rustc_ast / src / lib.rs
index 9c1dfeb1a61428920e20e4ac69f61e9913701094..0f8ebcfdc150844ad4d72751ac8619161bfbbed0 100644 (file)
@@ -42,6 +42,7 @@ pub mod util {
 pub mod attr;
 pub mod entry;
 pub mod expand;
+pub mod format;
 pub mod mut_visit;
 pub mod node_id;
 pub mod ptr;
@@ -51,6 +52,7 @@ pub mod util {
 
 pub use self::ast::*;
 pub use self::ast_traits::{AstDeref, AstNodeWrapper, HasAttrs, HasNodeId, HasSpan, HasTokens};
+pub use self::format::*;
 
 use rustc_data_structures::stable_hasher::{HashStable, StableHasher};