cargo-port 0.1.4

A TUI for inspecting and managing Rust projects
1
2
3
4
5
6
// src tui state lint
/// Title while the startup catch-up batch runs — projects re-linted once
/// startup finishes because their sources are newer than their last run.
pub(super) const CATCH_UP_LINT_TOAST_TITLE: &str = "Catch-up lints";
/// Title for the running-lint toast during normal file-triggered runs.
pub(super) const NORMAL_LINT_TOAST_TITLE: &str = "Lints";