mirror of
https://github.com/wez/wezterm.git
synced 2024-12-25 06:12:16 +03:00
rustfmt 1.39
This commit is contained in:
parent
7afd77976a
commit
fda9671197
@ -189,7 +189,11 @@ pub trait WindowOps {
|
|||||||
fn enable_opengl<
|
fn enable_opengl<
|
||||||
F: Send
|
F: Send
|
||||||
+ 'static
|
+ 'static
|
||||||
+ Fn(&mut dyn Any, &dyn WindowOps, failure::Fallible<std::rc::Rc<glium::backend::Context>>),
|
+ Fn(
|
||||||
|
&mut dyn Any,
|
||||||
|
&dyn WindowOps,
|
||||||
|
failure::Fallible<std::rc::Rc<glium::backend::Context>>,
|
||||||
|
),
|
||||||
>(
|
>(
|
||||||
&self,
|
&self,
|
||||||
func: F,
|
func: F,
|
||||||
|
@ -389,7 +389,11 @@ impl WindowOps for Window {
|
|||||||
fn enable_opengl<
|
fn enable_opengl<
|
||||||
F: Send
|
F: Send
|
||||||
+ 'static
|
+ 'static
|
||||||
+ Fn(&mut dyn Any, &dyn WindowOps, failure::Fallible<std::rc::Rc<glium::backend::Context>>),
|
+ Fn(
|
||||||
|
&mut dyn Any,
|
||||||
|
&dyn WindowOps,
|
||||||
|
failure::Fallible<std::rc::Rc<glium::backend::Context>>,
|
||||||
|
),
|
||||||
>(
|
>(
|
||||||
&self,
|
&self,
|
||||||
func: F,
|
func: F,
|
||||||
|
@ -326,7 +326,11 @@ impl WindowOps for Window {
|
|||||||
fn enable_opengl<
|
fn enable_opengl<
|
||||||
F: Send
|
F: Send
|
||||||
+ 'static
|
+ 'static
|
||||||
+ Fn(&mut dyn Any, &dyn WindowOps, failure::Fallible<std::rc::Rc<glium::backend::Context>>),
|
+ Fn(
|
||||||
|
&mut dyn Any,
|
||||||
|
&dyn WindowOps,
|
||||||
|
failure::Fallible<std::rc::Rc<glium::backend::Context>>,
|
||||||
|
),
|
||||||
>(
|
>(
|
||||||
&self,
|
&self,
|
||||||
func: F,
|
func: F,
|
||||||
|
@ -525,7 +525,11 @@ impl WindowOps for Window {
|
|||||||
fn enable_opengl<
|
fn enable_opengl<
|
||||||
F: Send
|
F: Send
|
||||||
+ 'static
|
+ 'static
|
||||||
+ Fn(&mut dyn Any, &dyn WindowOps, failure::Fallible<std::rc::Rc<glium::backend::Context>>),
|
+ Fn(
|
||||||
|
&mut dyn Any,
|
||||||
|
&dyn WindowOps,
|
||||||
|
failure::Fallible<std::rc::Rc<glium::backend::Context>>,
|
||||||
|
),
|
||||||
>(
|
>(
|
||||||
&self,
|
&self,
|
||||||
func: F,
|
func: F,
|
||||||
|
Loading…
Reference in New Issue
Block a user