- Remove unused thiserror dependency from Cargo.toml - Remove unused imports (Text, Tabs, Widget, Event, KeyCode, KeyEventKind) from tui/mod.rs - Remove unused imports (File, Write) from export/mod.rs - Remove unused pub use ComplexityDistribution from core/analyzer.rs
4 lines
66 B
TOML
4 lines
66 B
TOML
[toolchain]
|
|
channel = "stable"
|
|
components = ["rustfmt", "clippy"]
|