Skip to content

Commit

Permalink
docs: Fix lint error
Browse files Browse the repository at this point in the history
  • Loading branch information
XuShaohua committed Nov 24, 2023
1 parent 6ba5e05 commit 555c790
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions crates/zu-docs/src/views/inputs/checkbox_page.rs
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ use zuicon_material::FavoriteBorder as FavoriteBorderIcon;

use crate::components::demo_box::DemoBox;

#[allow(clippy::cognitive_complexity)]
fn basic_sections() -> Html {
let handle_change = Callback::from(|checked: bool| {
log::info!("handle change, is checked: {checked}");
Expand Down

0 comments on commit 555c790

Please sign in to comment.