mirror of https://github.com/linebender/xilem
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:
parent
d77b31b892
commit
8d59974f2f
|
@ -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,
|
||||
|
|
Loading…
Reference in New Issue