Fix doc_markdown lints in bevy_log (#3476)
#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_log` crate.
This commit is contained in:
parent
8aff7262d6
commit
a90c080659
@ -64,7 +64,7 @@ use tracing_subscriber::{prelude::*, registry::Registry, EnvFilter};
|
|||||||
#[derive(Default)]
|
#[derive(Default)]
|
||||||
pub struct LogPlugin;
|
pub struct LogPlugin;
|
||||||
|
|
||||||
/// LogPlugin settings
|
/// `LogPlugin` settings
|
||||||
pub struct LogSettings {
|
pub struct LogSettings {
|
||||||
/// Filters logs using the [`EnvFilter`] format
|
/// Filters logs using the [`EnvFilter`] format
|
||||||
pub filter: String,
|
pub filter: String,
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user