]> git.lizzy.rs Git - rust.git/blobdiff - compiler/rustc_data_structures/src/transitive_relation.rs
Rollup merge of #97436 - compiler-errors:macos-ping-2, r=Mark-Simulacrum
[rust.git] / compiler / rustc_data_structures / src / transitive_relation.rs
index 780753ed200e997abb27b87f5a28f3c162924e56..0ff64969b071c9954b5187adf209450124ee75dd 100644 (file)
@@ -282,7 +282,7 @@ pub fn minimal_upper_bounds(&self, a: T, b: T) -> Vec<T> {
     /// (where the relation is encoding the `<=` relation for the lattice).
     /// So e.g., if the relation is `->` and we have
     ///
-    /// ```
+    /// ```text
     /// a -> b -> d -> f
     /// |              ^
     /// +--> c -> e ---+