зеркало из
https://github.com/glebtv/tui-textarea.git
synced 2026-08-28 11:36:17 +03:00
fix warnings when no feature is enabled
Этот коммит содержится в:
10
.github/workflows/ci.yml
поставляемый
10
.github/workflows/ci.yml
поставляемый
@@ -35,9 +35,7 @@ jobs:
|
||||
components: rustfmt, clippy
|
||||
override: true
|
||||
- uses: Swatinem/rust-cache@v1
|
||||
- name: rustfmt
|
||||
run: cargo fmt -- --check
|
||||
- name: clippy
|
||||
run: cargo clippy --examples --all-features -- -D warnings
|
||||
- name: clippy with --no-default-features
|
||||
run: cargo clippy --no-default-features -- -D warnings
|
||||
- run: cargo fmt -- --check
|
||||
- run: cargo clippy --examples --all-features -- -D warnings
|
||||
- run: cargo clippy --no-default-features -- -D warnings
|
||||
- run: cargo clippy --no-default-features --features termion -- -D warnings
|
||||
|
||||
Ссылка в новой задаче
Block a user