Alexander Ben Nasrallah

Results 5 issues of Alexander Ben Nasrallah

After updating to rust 1.62.0 clippy complains, when using `NifUntaggedEnum`. ``` error: this lifetime isn't used in the impl | 23 | #[derive(Debug, NifUntaggedEnum, Clone, Copy, PartialEq)] | ^^^^^^^^^^^^^^^ |...

### Description After switching to fish, I noticed that some man pages are not considered when generating completions. This is because - Some packages provide man pages in extraOutputs, e.g....

Fix `rustic-compilation-panic` regex by removing ` '[^']+',` Closes #573

Add regexp to `compilation-error-regexp-alist` to match test failures for `rustic-cargo-test-mode`. This make test output like ``` ---- fail stdout ---- thread 'fail' panicked at src/main.rs:20:5: assertion `left == right` failed...