This repository has been archived by the owner on Jul 25, 2024. It is now read-only.
feat!: rename MouseState
to DragState
#44
check.yml
on: pull_request
check
/
...
/
fmt
7s
check
/
...
/
doc
19s
check
/
...
/
check
17s
Matrix: check / clippy
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
|