Fixed
- Scripts in the
scripts/directory are no longer published in the crate package. Thanks weiznich for your first contribution!
Changed
- Mark methods with
#[rust_analyzer::completions(ignore_flyimport)]and theOwoColorizetrait with#[rust_analyzer::completions(ignore_flyimport_methods)]. This prevents owo-colors method...