Skip to content

feat: Implement interactive popup dragging and resizing #121

feat: Implement interactive popup dragging and resizing

feat: Implement interactive popup dragging and resizing #121

Re-run triggered March 1, 2025 06:42
Status Success
Total duration 45s
Artifacts

check.yml

on: pull_request
check  /  ...  /  fmt
10s
check / stable / fmt
check  /  ...  /  doc
23s
check / nightly / doc
check  /  ...  /  check
25s
check / 1.80.0 / check
Matrix: check / clippy
Fit to window
Zoom out
Zoom in

Annotations

4 warnings
check / stable / fmt
Cache not found for keys: v0-rust-fmt-Linux-31217fda-8f7c15ae, v0-rust-fmt-Linux-31217fda
the following explicit lifetimes could be elided: 'a: tui-prompts/src/text_prompt.rs#L178
warning: the following explicit lifetimes could be elided: 'a --> tui-prompts/src/text_prompt.rs:178:6 | 178 | impl<'a> TextPrompt<'a> { | ^^ ^^ | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#needless_lifetimes = note: `#[warn(clippy::needless_lifetimes)]` on by default help: elide the lifetimes | 178 - impl<'a> TextPrompt<'a> { 178 + impl TextPrompt<'_> { |
check / beta / clippy
Cache not found for keys: v0-rust-clippy-Linux-31217fda-ee750f1f, v0-rust-clippy-Linux-31217fda
the following explicit lifetimes could be elided: 'a: tui-prompts/src/text_prompt.rs#L178
warning: the following explicit lifetimes could be elided: 'a --> tui-prompts/src/text_prompt.rs:178:6 | 178 | impl<'a> TextPrompt<'a> { | ^^ ^^ | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#needless_lifetimes = note: `#[warn(clippy::needless_lifetimes)]` on by default help: elide the lifetimes | 178 - impl<'a> TextPrompt<'a> { 178 + impl TextPrompt<'_> { |