mirror of
https://github.com/servo/servo.git
synced 2025-08-05 21:50:18 +01:00
Fix some warnings new in Rust Nightly
This commit is contained in:
parent
f2e7b4ec8c
commit
94b19beefb
8 changed files with 10 additions and 14 deletions
|
@ -63,7 +63,7 @@ pub enum WebGLMsg {
|
|||
WebGLVersion,
|
||||
Size2D<u32>,
|
||||
GLContextAttributes,
|
||||
WebGLSender<Result<(WebGLCreateContextResult), String>>,
|
||||
WebGLSender<Result<WebGLCreateContextResult, String>>,
|
||||
),
|
||||
/// Resizes a WebGLContext.
|
||||
ResizeContext(WebGLContextId, Size2D<u32>, WebGLSender<Result<(), String>>),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue