Skip to content

Commit 8d59974

Browse files
Remove extraneous #[warn(...)] (linebender#855)
These are no longer suppressed above it in the crate, so this isn't needed now. Related to linebender#449.
1 parent d77b31b commit 8d59974

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

masonry/src/app/tracing_backend.rs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
// Copyright 2024 the Xilem Authors
22
// SPDX-License-Identifier: Apache-2.0
33

4-
#![warn(rustdoc::broken_intra_doc_links, clippy::doc_markdown, missing_docs)]
5-
64
//! Configures a suitable default [`tracing`] implementation for a Masonry application.
75
//!
86
//! This uses a custom log format specialised for GUI applications,

0 commit comments

Comments
 (0)