mirror of
https://github.com/alexpasmantier/television.git
synced 2025-06-06 03:25:23 +00:00
chore: unused imports and ci docs
This commit is contained in:
parent
4302b6189a
commit
7b18c4f88d
11
.github/workflows/ci.yml
vendored
11
.github/workflows/ci.yml
vendored
@ -47,14 +47,3 @@ jobs:
|
||||
- uses: Swatinem/rust-cache@v2
|
||||
- name: Clippy check
|
||||
run: cargo clippy --all-targets --all-features --workspace -- -D warnings
|
||||
|
||||
docs:
|
||||
name: Documentation
|
||||
runs-on: ubuntu-latest
|
||||
env:
|
||||
RUSTDOCFLAGS: -Dwarnings
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
- uses: dtolnay/rust-toolchain@nightly
|
||||
- uses: dtolnay/install@cargo-docs-rs
|
||||
- run: cargo docs-rs
|
||||
|
@ -7,7 +7,7 @@ use directories::ProjectDirs;
|
||||
use lazy_static::lazy_static;
|
||||
use ratatui::style::{Color, Modifier, Style};
|
||||
use serde::{de::Deserializer, Deserialize};
|
||||
use tracing::{debug, error, info, warn};
|
||||
use tracing::{info, warn};
|
||||
|
||||
use crate::{
|
||||
action::Action,
|
||||
|
Loading…
x
Reference in New Issue
Block a user