We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a454f41 commit 6d4fdbfCopy full SHA for 6d4fdbf
docs/book_examples/src/getting_started_md.rs
@@ -1,3 +1,5 @@
1
+#![allow(clippy::let_unit_value)]
2
+
3
// ANCHOR: example_1_imports
4
use druid::widget::Label;
5
use druid::{AppLauncher, Widget, WindowDesc};
0 commit comments