]> git.lizzy.rs Git - rust.git/blobdiff - clippy_lints/src/panic.rs
Improve docs
[rust.git] / clippy_lints / src / panic.rs
index d3306b4bc6fe7d05fb07e656e0139aeea9c7fbeb..775373f8105ae846952e56ba9e5fe8dc4de158c0 100644 (file)
@@ -9,7 +9,7 @@
 /// this lint will warn.
 ///
 /// **Example:**
-/// ```
+/// ```rust
 /// panic!("This `panic!` is probably missing a parameter there: {}");
 /// ```
 declare_lint! {