]> git.lizzy.rs Git - rust.git/blobdiff - compiler/rustc_lint/src/let_underscore.rs
Rollup merge of #103117 - joshtriplett:use-is-terminal, r=eholk
[rust.git] / compiler / rustc_lint / src / let_underscore.rs
index 11ceb4e22ae8331fe78a28037584e53bbf225121..04d844d21dc38d9dc959218978a4ba1a13696211 100644 (file)
@@ -11,7 +11,8 @@
     /// scope.
     ///
     /// ### Example
-    /// ```
+    ///
+    /// ```rust
     /// struct SomeStruct;
     /// impl Drop for SomeStruct {
     ///     fn drop(&mut self) {