mirror of
https://github.com/rust-windowing/winit.git
synced 2026-09-01 14:20:05 -04:00
Removed dot in error message
Closes https://github.com/tomaka/glutin/issues/562
This commit is contained in:
@@ -155,7 +155,7 @@ impl ContextError {
|
|||||||
use std::error::Error;
|
use std::error::Error;
|
||||||
match *self {
|
match *self {
|
||||||
ContextError::IoError(ref err) => err.description(),
|
ContextError::IoError(ref err) => err.description(),
|
||||||
ContextError::ContextLost => "Context lost."
|
ContextError::ContextLost => "Context lost"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user