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:
parent
f563ff77c3
commit
0a21b01c31
|
|
@ -274,7 +274,6 @@
|
||||||
clippy::unused_self,
|
clippy::unused_self,
|
||||||
clippy::verbose_file_reads,
|
clippy::verbose_file_reads,
|
||||||
future_incompatible,
|
future_incompatible,
|
||||||
missing_crate_level_docs,
|
|
||||||
nonstandard_style,
|
nonstandard_style,
|
||||||
rust_2018_idioms
|
rust_2018_idioms
|
||||||
)]
|
)]
|
||||||
|
|
|
||||||
|
|
@ -49,7 +49,6 @@
|
||||||
clippy::unused_self,
|
clippy::unused_self,
|
||||||
clippy::verbose_file_reads,
|
clippy::verbose_file_reads,
|
||||||
future_incompatible,
|
future_incompatible,
|
||||||
missing_crate_level_docs,
|
|
||||||
nonstandard_style,
|
nonstandard_style,
|
||||||
rust_2018_idioms
|
rust_2018_idioms
|
||||||
)]
|
)]
|
||||||
|
|
|
||||||
|
|
@ -56,7 +56,6 @@
|
||||||
clippy::unused_self,
|
clippy::unused_self,
|
||||||
clippy::verbose_file_reads,
|
clippy::verbose_file_reads,
|
||||||
future_incompatible,
|
future_incompatible,
|
||||||
missing_crate_level_docs,
|
|
||||||
nonstandard_style,
|
nonstandard_style,
|
||||||
rust_2018_idioms
|
rust_2018_idioms
|
||||||
)]
|
)]
|
||||||
|
|
|
||||||
|
|
@ -47,7 +47,6 @@
|
||||||
clippy::unused_self,
|
clippy::unused_self,
|
||||||
clippy::verbose_file_reads,
|
clippy::verbose_file_reads,
|
||||||
future_incompatible,
|
future_incompatible,
|
||||||
missing_crate_level_docs,
|
|
||||||
nonstandard_style,
|
nonstandard_style,
|
||||||
rust_2018_idioms
|
rust_2018_idioms
|
||||||
)]
|
)]
|
||||||
|
|
|
||||||
|
|
@ -53,7 +53,6 @@
|
||||||
clippy::unused_self,
|
clippy::unused_self,
|
||||||
clippy::verbose_file_reads,
|
clippy::verbose_file_reads,
|
||||||
future_incompatible,
|
future_incompatible,
|
||||||
missing_crate_level_docs,
|
|
||||||
nonstandard_style,
|
nonstandard_style,
|
||||||
rust_2018_idioms
|
rust_2018_idioms
|
||||||
)]
|
)]
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue