Matthias Beyer
Matthias Beyer
Hi. When compiling polars (Rust) I do not get any warnings. Also clippy does not report anything. Is this issue done or am I missing something?
Maybe now is the time to `deny` the most common warnings, so they are not introduced anymore? :laughing:
I would love this as well.
The repository is env_logger: https://github.com/rust-cli/env_logger - from `main` branch. Yes I can run `cargo-metadata`, but I am not sure - do you want me to paste that big JSON blob...

Yep it is there and: ``` $ $(which cargo-public-api) Error: No such file or directory (os error 2) ```
Ah, this needs nightly? Well... maybe there should be a check that nightly is actually there! :laughing:
No, there is no rustup on my system!
Am working on this.
To be honest, gitui is my first attempt in using something that is not native git, apart maybe from `vim-fugitive` (vim plugin for git). FWIW I think `tig` does not...