diff options
author | 2023-10-27 05:08:06 +0200 | |
---|---|---|
committer | 2023-10-27 05:08:06 +0200 | |
commit | e579d8553088c7d17784e7ff8f6e21360c2bd9ef (patch) | |
tree | 68baf4656d413135279cb8dec87da1dbd61726ac /widget/src/lib.rs | |
parent | 625cd745f38215b1cb8f629cdc6d2fa41c9a739a (diff) | |
download | iced-e579d8553088c7d17784e7ff8f6e21360c2bd9ef.tar.gz iced-e579d8553088c7d17784e7ff8f6e21360c2bd9ef.tar.bz2 iced-e579d8553088c7d17784e7ff8f6e21360c2bd9ef.zip |
Implement missing debug implementations in `iced_widget`
Diffstat (limited to 'widget/src/lib.rs')
-rw-r--r-- | widget/src/lib.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/widget/src/lib.rs b/widget/src/lib.rs index e3335a98..2f959370 100644 --- a/widget/src/lib.rs +++ b/widget/src/lib.rs @@ -4,7 +4,7 @@ )] #![forbid(unsafe_code, rust_2018_idioms)] #![deny( - //missing_debug_implementations, + missing_debug_implementations, missing_docs, unused_results, rustdoc::broken_intra_doc_links |