Remove extraneous `#[warn(...)]` (#855)

These are no longer suppressed above it in the crate, so this isn't
needed now.

Related to #449.
This commit is contained in:
Bruce Mitchener 2025-01-30 17:20:50 +07:00 committed by GitHub
parent d77b31b892
commit 8d59974f2f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 0 additions and 2 deletions

View File

@ -1,8 +1,6 @@
// Copyright 2024 the Xilem Authors
// SPDX-License-Identifier: Apache-2.0
#![warn(rustdoc::broken_intra_doc_links, clippy::doc_markdown, missing_docs)]
//! Configures a suitable default [`tracing`] implementation for a Masonry application.
//!
//! This uses a custom log format specialised for GUI applications,