]> git.lizzy.rs Git - rust.git/blobdiff - compiler/rustc_ast/src/lib.rs
Rollup merge of #104252 - faern:stabilize-const_socketaddr, r=JohnTitor
[rust.git] / compiler / rustc_ast / src / lib.rs
index 90c18de9660087bffbd73893584f4f19b1d6ab10..23c32fa96ca449e40f705596d897a9a6c0d14f87 100644 (file)
@@ -41,6 +41,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;
@@ -50,6 +51,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};