mirror of
https://github.com/fish-shell/fish-shell.git
synced 2026-04-26 14:01:13 -03:00
- Apply lint config to entire workspace - Inherit workspace config for fish-printf - Allow stdlib printing in fish-printf tests The current problem which is addressed by this is that warnings about C-String literals are generated by clippy for code in fish-printf. These literals are not available with the current MSRV 1.70, but previously the MSRV setting was not inherited by fish-printf, causing the warning to appear.
2 lines
28 B
TOML
2 lines
28 B
TOML
allow-print-in-tests = true
|