ci: update CI workflow
Some checks failed
CI / build-and-test (push) Has been cancelled

This commit is contained in:
2025-09-25 11:07:22 +03:00
parent 161362fc1f
commit 7402d6ff1d
4 changed files with 41 additions and 26 deletions

View File

@@ -58,8 +58,8 @@ impl<B: Backend> Tui<B> {
/// [`Draw`] the terminal interface by [`rendering`] the widgets.
///
/// [`Draw`]: tui::Terminal::draw
/// [`rendering`]: crate::ui:render
/// [`Draw`]: crate::tui::Terminal::draw
/// [`rendering`]: crate::ui::render
///
/// # Errors
///