Closed phil-opp closed 1 month ago
Seems like -Dwarnings -Wstable-features
has no effect. Probably because the warnings
lint group is described as "All lints that are set to issue warnings". What works is -Dwarnings -Astable-features
, but I don't think that we want to completely silence the warning.
Only issue a warning
Fixes #499