-
Notifications
You must be signed in to change notification settings - Fork 96
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
The CI gods demand it ``` warning: value assigned to `used_space` is never read ``` Don't know how to fix the other one in `generate_preview_count()`, despite rust's attempt to help: ``` warning: value assigned to `available_space` is never read --> src/lineprinter.rs:868:9 | 868 | available_space -= len; | ^^^^^^^^^^^^^^^ | = help: maybe it is overwritten before being read? ```
- Loading branch information
1 parent
452fafd
commit e6666e6
Showing
2 changed files
with
25 additions
and
40 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters