mirror of
https://github.com/emilk/egui.git
synced 2026-09-02 14:50:03 -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:
@@ -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
|
||||||
)]
|
)]
|
||||||
|
|||||||
Reference in New Issue
Block a user