fix missing semicolon in doc test
This commit is contained in:
parent
52a185fbab
commit
7370dfac6e
|
@ -20,7 +20,7 @@ use crate::{
|
||||||
///
|
///
|
||||||
/// let is_active = true;
|
/// let is_active = true;
|
||||||
///
|
///
|
||||||
/// Toggler::new(is_active, "Toggle me!", |b| Message::TogglerToggled(b))
|
/// Toggler::new(is_active, "Toggle me!", |b| Message::TogglerToggled(b));
|
||||||
/// ```
|
/// ```
|
||||||
///
|
///
|
||||||
#[allow(missing_debug_implementations)]
|
#[allow(missing_debug_implementations)]
|
||||||
|
|
Loading…
Reference in New Issue