fix missing semicolon in doc test

This commit is contained in:
Kaiden42 2020-09-19 19:57:56 +02:00 committed by Héctor Ramón
parent 52a185fbab
commit 7370dfac6e
1 changed files with 1 additions and 1 deletions

View File

@ -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)]