1
0
mirror of https://github.com/emilk/egui.git synced 2026-08-31 13:50:04 -04:00

Fix nightly build: remove deprecated missing_crate_level_docs lint

Closes https://github.com/emilk/egui/issues/250 and
https://github.com/emilk/egui/pull/251
This commit is contained in:
Emil Ernerfeldt
2021-03-31 20:00:14 +02:00
parent f563ff77c3
commit 0a21b01c31
5 changed files with 0 additions and 5 deletions

View File

@@ -47,7 +47,6 @@
clippy::unused_self,
clippy::verbose_file_reads,
future_incompatible,
missing_crate_level_docs,
nonstandard_style,
rust_2018_idioms
)]