Skip to content

Commit

Permalink
masonry: Re-enable clippy::doc_markdown
Browse files Browse the repository at this point in the history
This is work towards linebender#449.
  • Loading branch information
waywardmonkeys committed Aug 25, 2024
1 parent 1d87fce commit 58aa84c
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,6 @@ rust.variant_size_differences = "warn"
clippy.allow_attributes_without_reason = "warn"
clippy.collection_is_never_read = "warn"
clippy.debug_assert_with_mut_call = "warn"
# This is marked as `allow` within masonry due to https://github.com/linebender/xilem/issues/449.
clippy.doc_markdown = "warn"
clippy.fn_to_numeric_cast_any = "forbid"
clippy.infinite_loop = "warn"
Expand Down
2 changes: 1 addition & 1 deletion masonry/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@
//! [Xilem]: https://crates.io/crates/xilem
// TODO: Remove this once the issues within masonry are fixed. Tracked in https://github.com/linebender/xilem/issues/449
#![allow(rustdoc::broken_intra_doc_links, clippy::doc_markdown)]
#![allow(rustdoc::broken_intra_doc_links)]
#![deny(clippy::trivially_copy_pass_by_ref)]
// #![deny(rustdoc::broken_intra_doc_links)]
// #![warn(missing_docs)]
Expand Down

0 comments on commit 58aa84c

Please sign in to comment.