Fix view signature of tester::null
This commit is contained in:
parent
26c9dc1709
commit
28a4c53f43
1 changed files with 0 additions and 1 deletions
|
|
@ -47,7 +47,6 @@ impl<P: Program> Tester<P> {
|
|||
pub fn view<'a, T: 'static>(
|
||||
&'a self,
|
||||
_program: &P,
|
||||
_window: window::Id,
|
||||
_current: impl FnOnce() -> Element<'a, T, Theme, P::Renderer>,
|
||||
_emulate: impl Fn(Tick<P>) -> T + 'a,
|
||||
) -> Element<'a, T, Theme, P::Renderer> {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue