Skip to content

Commit e893863

Browse files
committed
Fix clippy lint in book
1 parent c377848 commit e893863

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

docs/book_examples/src/getting_started_md.rs

+2
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
#![allow(clippy::let_unit_value)]
2+
13
// ANCHOR: example_1_imports
24
use druid::widget::Label;
35
use druid::{AppLauncher, Widget, WindowDesc};

0 commit comments

Comments
 (0)