diff options
author | 2019-11-24 10:48:29 +0100 | |
---|---|---|
committer | 2019-11-24 10:48:29 +0100 | |
commit | 47196c9007d12d3b3e0036ffabe3bf6d14ff4523 (patch) | |
tree | a199cf8d2caaf6aa60e48e93d6dd0688969d43b0 /native/src/widget/radio.rs | |
parent | 7760618fb112074bc40b148944521f312152012a (diff) | |
download | iced-47196c9007d12d3b3e0036ffabe3bf6d14ff4523.tar.gz iced-47196c9007d12d3b3e0036ffabe3bf6d14ff4523.tar.bz2 iced-47196c9007d12d3b3e0036ffabe3bf6d14ff4523.zip |
Display widget images in documentation
Diffstat (limited to 'native/src/widget/radio.rs')
-rw-r--r-- | native/src/widget/radio.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/native/src/widget/radio.rs b/native/src/widget/radio.rs index 04d7fb3c..a9d145db 100644 --- a/native/src/widget/radio.rs +++ b/native/src/widget/radio.rs @@ -32,7 +32,7 @@ use std::hash::Hash; /// Radio::new(Choice::B, "This is B", selected_choice, Message::RadioSelected); /// ``` /// -///  +///  #[allow(missing_debug_implementations)] pub struct Radio<Message> { is_selected: bool, |