]> git.lizzy.rs Git - rust.git/blobdiff - compiler/rustc_ast/src/node_id.rs
Rollup merge of #106008 - uweigand:s390x-lintgroup-order, r=Nilstrieb
[rust.git] / compiler / rustc_ast / src / node_id.rs
index 8ba6b8c2c33bc8ef61b2871231d148b1ced357fe..daa82996b3d11f52a9fead380c10c879ac7e9896 100644 (file)
@@ -9,8 +9,7 @@
     ///
     /// [`DefId`]: rustc_span::def_id::DefId
     #[debug_format = "NodeId({})"]
-    pub struct NodeId {
-    }
+    pub struct NodeId {}
 }
 
 rustc_data_structures::define_id_collections!(NodeMap, NodeSet, NodeMapEntry, NodeId);