소스 검색

Fix clippy

Jonathan Kelley 2 년 전
부모
커밋
b5ccb56038
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      packages/desktop/src/lib.rs

+ 1 - 1
packages/desktop/src/lib.rs

@@ -193,7 +193,7 @@ pub fn launch_with_props<P: 'static>(root: Component<P>, props: P, cfg: Config)
 
                 let handler = create_new_window(
                     cfg,
-                    &event_loop,
+                    event_loop,
                     &proxy,
                     VirtualDom::new_with_props(root, props),
                     &queue,