fix crate #100
Annotations
22 warnings
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/cache@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/
|
src/engine.rs#L54
method `scroll_down` is never used
|
src/text_buffer.rs#L40
method `replace` is never used
|
|
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/
|
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/
|
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/
|
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/
|
src/engine.rs#L54
method `scroll_down` is never used
|
src/text_buffer.rs#L40
method `replace` is never used
|
|
|
src/terminal.rs#L24
unnecessary `>= y + 1` or `x - 1 >=`
|
src/engine.rs#L54
method `scroll_down` is never used
|
src/text_buffer.rs#L40
method `replace` is never used
|
src/editor/builder/text_editor.rs#L10
you should consider adding a `Default` implementation for `TextEditorBuilder`
|
src/grapheme.rs#L91
casting to the same type is unnecessary (`usize` -> `usize`)
|
src/grapheme.rs#L95
casting to the same type is unnecessary (`usize` -> `usize`)
|
src/text_buffer.rs#L18
you should consider adding a `Default` implementation for `TextBuffer`
|
src/text_buffer.rs#L48
casting to the same type is unnecessary (`usize` -> `usize`)
|
src/text_buffer.rs#L59
casting to the same type is unnecessary (`usize` -> `usize`)
|
src/text_buffer.rs#L59
casting to the same type is unnecessary (`usize` -> `usize`)
|
The logs for this run have expired and are no longer available.
Loading