Fix recent CI failures (#3041)

* Fix new clippy lints

* Fix nightly documentation warnings
This commit is contained in:
Mads Marquart 2023-08-24 18:29:31 +02:00 committed by GitHub
parent 309e6aa85a
commit 9979441c82
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
5 changed files with 7 additions and 10 deletions

View file

@ -16,7 +16,7 @@ pub(crate) use self::{
};
pub use self::icon::WinIcon as PlatformIcon;
pub(self) use crate::platform_impl::Fullscreen;
use crate::platform_impl::Fullscreen;
use crate::event::DeviceId as RootDeviceId;
use crate::icon::Icon;