mirror of
https://github.com/rust-windowing/winit.git
synced 2026-08-31 22:00:04 -04:00
Fix warning (#1016)
This commit is contained in:
@@ -288,7 +288,7 @@ impl WindowBuilder {
|
|||||||
/// Possible causes of error include denied permission, incompatible system, and lack of memory.
|
/// Possible causes of error include denied permission, incompatible system, and lack of memory.
|
||||||
#[inline]
|
#[inline]
|
||||||
pub fn build<T: 'static>(
|
pub fn build<T: 'static>(
|
||||||
mut self,
|
self,
|
||||||
window_target: &EventLoopWindowTarget<T>,
|
window_target: &EventLoopWindowTarget<T>,
|
||||||
) -> Result<Window, OsError> {
|
) -> Result<Window, OsError> {
|
||||||
// building
|
// building
|
||||||
|
|||||||
Reference in New Issue
Block a user