refactor wip #463
Annotations
10 errors and 16 warnings
Run actions-rs/cargo@v1:
src/app.rs#L16
unresolved imports `crate::notes_holder`, `crate::profile::Profile`, `crate::thread`
|
Run actions-rs/cargo@v1:
src/timeline/cache.rs#L82
failed to resolve: use of undeclared crate or module `filter`
|
Run actions-rs/cargo@v1:
src/timeline/cache.rs#L226
enum takes 2 generic arguments but 1 generic argument was supplied
|
Run actions-rs/cargo@v1:
src/app.rs#L488
no method named `attempt_perform_deletion_request` found for struct `Columns` in the current scope
|
Run actions-rs/cargo@v1:
src/actionbar.rs#L148
no method named `timeline` found for mutable reference `&mut CachedTimeline` in the current scope
|
Run actions-rs/cargo@v1:
src/column.rs#L197
a value of type `std::vec::Vec<Timeline>` cannot be built from an iterator over elements of type `&Timeline`
|
Run actions-rs/cargo@v1:
src/nav.rs#L126
no variant or associated item named `DeleteColumn` found for enum `AfterRouteExecution` in the current scope
|
Run actions-rs/cargo@v1:
src/nav.rs#L147
no function or associated item named `open` found for struct `CachedTimeline` in the current scope
|
Run actions-rs/cargo@v1:
src/nav.rs#L163
no method named `subscription` found for enum `route::Route` in the current scope
|
Run actions-rs/cargo@v1:
src/route.rs#L126
no variant or associated item named `Profile` found for enum `route::Route` in the current scope
|
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions-rs/toolchain@v1, actions-rs/cargo@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v2, actions-rs/toolchain@v1, actions-rs/cargo@v1. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
Run actions-rs/toolchain@v1
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
Run actions-rs/toolchain@v1
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
Run actions-rs/toolchain@v1
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
Run actions-rs/toolchain@v1
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
Run actions-rs/cargo@v1:
src/column.rs#L4
unused import: `indexmap::IndexMap`
|
Run actions-rs/cargo@v1:
src/column.rs#L7
unused import: `Ordering`
|
Run actions-rs/cargo@v1:
src/nav.rs#L8
unused imports: `Timeline` and `render_profile_route`
|
Run actions-rs/cargo@v1:
src/nav.rs#L24
unused import: `Ndb`
|
Run actions-rs/cargo@v1:
src/nav.rs#L25
unused imports: `error` and `info`
|
Run actions-rs/cargo@v1:
src/profile.rs#L1
unused imports: `Filter` and `Pubkey`
|
Run actions-rs/cargo@v1:
src/profile.rs#L2
unused imports: `FilterBuilder`, `Ndb`, and `Transaction`
|
Run actions-rs/cargo@v1:
src/profile.rs#L5
unused imports: `FilterState`, `PubkeySource`, `TimelineKind`, `Timeline`, `app::copy_notes_into_timeline`, `multi_subscriber::MultiSubscriber`, `note::NoteRef`, `notecache::NoteCache`, and `self`
|
Run actions-rs/cargo@v1:
src/route.rs#L1
unused import: `Pubkey`
|
Run actions-rs/cargo@v1:
src/timeline/cache.rs#L8
unused imports: `TimelineTab` and `ViewFilter`
|
Loading