Fix lints for Rust 1.80
This commit is contained in:
parent
f18f08bd61
commit
555ee3e9c6
8 changed files with 15 additions and 15 deletions
|
|
@ -105,7 +105,7 @@ where
|
|||
/// * the label of the [`Radio`] button
|
||||
/// * the current selected value
|
||||
/// * a function that will be called when the [`Radio`] is selected. It
|
||||
/// receives the value of the radio and must produce a `Message`.
|
||||
/// receives the value of the radio and must produce a `Message`.
|
||||
pub fn new<F, V>(
|
||||
label: impl Into<String>,
|
||||
value: V,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue