mirror of
https://github.com/fish-shell/fish-shell.git
synced 2026-06-12 14:51:16 -03:00
The special exit handling when running with address sanitization no longer seems necessary. Our tests all pass without it. Similarly, the leak sanitizer suppression is no longer needed, since we don't get any warnings when running our checks without it. Because our Rust code no longer has any ASAN-specific behavior, we don't need the `asan` feature anymore. Closes #12366