Update to modalkit{,-ratatui}@0.0.19 #391
Annotations
7 errors
[clippy] src/windows/mod.rs#L385:
src/windows/mod.rs#L385
error[E0412]: cannot find type `ThreadItem` in this scope
--> src/windows/mod.rs:385:38
|
385 | pub type ThreadListState = ListState<ThreadItem, IambInfo>;
| ^^^^^^^^^^ not found in this scope
|
help: you might be missing a type parameter
|
385 | pub type ThreadListState<ThreadItem> = ListState<ThreadItem, IambInfo>;
| ++++++++++++
|
test (windows-latest)
The run was canceled by @ulyssa.
|
test (windows-latest)
The operation was canceled.
|
test (ubuntu-latest)
The run was canceled by @ulyssa.
|
test (ubuntu-latest)
The operation was canceled.
|
test (macos-latest)
The run was canceled by @ulyssa.
|
test (macos-latest)
The operation was canceled.
|