ghosti3
ghosti3
Adds `-s` alias for `--same-password` and `-p` for `--password`.
It would be nice to have build instructions to be able to hack around in the project.
This issue is meant for tracking when this feature becomes stable and project could be compiled with stable rust. Sources: - https://rust-lang.github.io/impl-trait-initiative/explainer/tait.html - https://github.com/rust-lang/rust/issues/63063
#### Environment - OS: Linux - Editor: neovim v0.9.5 - LSP version: v5.15 #### Description To get this error, follow these steps: 1. Open tex file in editor; 2. Copy...
Changes: - use `String:new()` instead of `format!("")` - use `is_empty()` instead of `s == ""` - use reference iterator instead of `into_iter` - replace `write!` + '\n' with `writeln!` -...