From 12d462b5fc6b2154a43e4c53ac936160b848485c Mon Sep 17 00:00:00 2001 From: Michael Dorst Date: Wed, 29 Dec 2021 19:04:18 +0000 Subject: [PATCH] Fix `doc_markdown` lints in `bevy_pbr` (#3477) #3457 adds the `doc_markdown` clippy lint, which checks doc comments to make sure code identifiers are escaped with backticks. This causes a lot of lint errors, so this is one of a number of PR's that will fix those lint errors one crate at a time. This PR fixes lints in the `bevy_pbr` crate. --- crates/bevy_pbr/src/wireframe.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crates/bevy_pbr/src/wireframe.rs b/crates/bevy_pbr/src/wireframe.rs index 88775d21d27ff0..02b5d9dbee6eb4 100644 --- a/crates/bevy_pbr/src/wireframe.rs +++ b/crates/bevy_pbr/src/wireframe.rs @@ -53,7 +53,7 @@ fn extract_wireframes(mut commands: Commands, query: Query