refactor: reorganize modules into screen/ and widget/ directories #16
Annotations
1 error, 1 warning, and 1 notice
|
fmt
Process completed with exit code 1.
|
|
method `buffer` is never used:
src/widget/input.rs#L32
warning: method `buffer` is never used
--> src/widget/input.rs:32:12
|
16 | impl Input {
| ---------- method in this implementation
...
32 | pub fn buffer(&self) -> &str {
| ^^^^^^
|
= note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
|
|
test windows-latest
NOTICE: windows-latest requests are being redirected to windows-2025-vs2026 by June 15, 2026
|