]> git.proxmox.com Git - rustc.git/blobdiff - compiler/rustc_data_structures/src/obligation_forest/mod.rs
New upstream version 1.62.1+dfsg1
[rustc.git] / compiler / rustc_data_structures / src / obligation_forest / mod.rs
index 5fe2a1fb84bd76a8521db89806ed981c53308325..74f432a7967f9f585feec2709033b71aafd2aae0 100644 (file)
@@ -202,7 +202,7 @@ impl<O> Node<O> {
 /// with this node.
 ///
 /// The non-`Error` state transitions are as follows.
-/// ```
+/// ```text
 /// (Pre-creation)
 ///  |
 ///  |     register_obligation_at() (called by process_obligations() and