- Replace map_or(false, ...) with is_none_or(... !=) - Replace explicit auto-derefs (&*Static) with auto-deref (&Static) - Refactor range-indexed loop to iterator with enumerate + skip/take - Suppress deprecated root_path field with allow(deprecated) docs: update README and REQUIREMENTS for streamd lsp - Add streamd lsp to commands table in README - Add Editor Integration section with Zed, Neovim, VS Code snippets - Add R25 LSP requirements (R25a–R25e) to REQUIREMENTS.md |
||
|---|---|---|
| .. | ||
| completions.rs | ||
| daily.rs | ||
| edit.rs | ||
| lsp.rs | ||
| mod.rs | ||
| new.rs | ||
| timesheet.rs | ||
| todo.rs | ||