mirror of
https://github.com/italicsjenga/winit-sonoma-fix.git
synced 2024-12-24 06:11:30 +11:00
Fix warning (#1016)
This commit is contained in:
parent
4a5d639d74
commit
7d3ff3d2d9
|
@ -288,7 +288,7 @@ impl WindowBuilder {
|
|||
/// Possible causes of error include denied permission, incompatible system, and lack of memory.
|
||||
#[inline]
|
||||
pub fn build<T: 'static>(
|
||||
mut self,
|
||||
self,
|
||||
window_target: &EventLoopWindowTarget<T>,
|
||||
) -> Result<Window, OsError> {
|
||||
// building
|
||||
|
|
Loading…
Reference in a new issue