Skip to content
This repository has been archived by the owner on Jul 25, 2024. It is now read-only.

feat!: rename MouseState to DragState #44

feat!: rename MouseState to DragState

feat!: rename MouseState to DragState #44

Triggered via pull request July 7, 2024 11:27
Status Failure
Total duration 33s
Artifacts

check.yml

on: pull_request
check  /  ...  /  fmt
7s
check / stable / fmt
check  /  ...  /  doc
19s
check / nightly / doc
check  /  ...  /  check
17s
check / 1.76.0 / check
Matrix: check / clippy
Fit to window
Zoom out
Zoom in

Annotations

9 errors
check / stable / fmt
Process completed with exit code 1.
check / 1.76.0 / check
Process completed with exit code 101.
check / nightly / doc
Process completed with exit code 101.
file not found for module `popup_state`: src/lib.rs#L25
error[E0583]: file not found for module `popup_state` --> src/lib.rs:25:1 | 25 | mod popup_state; | ^^^^^^^^^^^^^^^^ | = help: to create the module `popup_state`, create file "src/popup_state.rs" or "src/popup_state/mod.rs" = note: if there is a `mod popup_state` elsewhere in the crate already, import it with `use crate::...` instead
unresolved imports `popup_state::MouseState`, `popup_state::PopupState`: src/lib.rs#L28
error[E0432]: unresolved imports `popup_state::MouseState`, `popup_state::PopupState` --> src/lib.rs:28:23 | 28 | pub use popup_state::{MouseState, PopupState}; | ^^^^^^^^^^ ^^^^^^^^^^ no `PopupState` in `popup_state` | | | no `MouseState` in `popup_state`
check / beta / clippy
Clippy has exited with exit code 101
file not found for module `popup_state`: src/lib.rs#L25
error[E0583]: file not found for module `popup_state` --> src/lib.rs:25:1 | 25 | mod popup_state; | ^^^^^^^^^^^^^^^^ | = help: to create the module `popup_state`, create file "src/popup_state.rs" or "src/popup_state/mod.rs" = note: if there is a `mod popup_state` elsewhere in the crate already, import it with `use crate::...` instead
unresolved imports `popup_state::MouseState`, `popup_state::PopupState`: src/lib.rs#L28
error[E0432]: unresolved imports `popup_state::MouseState`, `popup_state::PopupState` --> src/lib.rs:28:23 | 28 | pub use popup_state::{MouseState, PopupState}; | ^^^^^^^^^^ ^^^^^^^^^^ no `PopupState` in `popup_state` | | | no `MouseState` in `popup_state`
check / stable / clippy
Clippy has exited with exit code 101