Skip to content

add tests for events #4964

add tests for events

add tests for events #4964

GitHub Actions / empty failed Oct 23, 2023 in 0s

empty

1 error

Details

Results

Message level Amount
Internal compiler error 0
Error 1
Warning 0
Note 0
Help 0

Versions

  • rustc 1.73.0 (cc66ad468 2023-10-03)
  • cargo 1.73.0 (9c4383fb5 2023-08-26)
  • clippy 0.1.73 (cc66ad4 2023-10-03)

Annotations

Check failure on line 1408 in core/tauri/src/manager.rs

See this annotation in the file changed.

@github-actions github-actions / empty

very complex type used. Consider factoring parts into `type` definitions

error: very complex type used. Consider factoring parts into `type` definitions
    --> core/tauri/src/manager.rs:1403:24
     |
1403 |     fn setup_events() -> (
     |  ________________________^
1404 | |     App<MockRuntime>,
1405 | |     Window<MockRuntime>,
1406 | |     Sender<(&'static str, String)>,
1407 | |     Receiver<(&'static str, String)>,
1408 | |   ) {
     | |___^
     |
     = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#type_complexity
     = note: `-D clippy::type-complexity` implied by `-D warnings`