Matthias Beyer

Results 520 comments of 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...

![image](https://github.com/Enselic/cargo-public-api/assets/427866/29442258-590a-48cc-91e3-5e8736ad8d94)

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:

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...