mthom / scryer-prolog

A modern Prolog implementation written mostly in Rust.
BSD 3-Clause "New" or "Revised" License
1.93k stars 116 forks source link

Failing style check #2372

Closed triska closed 2 months ago

triska commented 3 months ago

Currently, the style check fails for the reason shown in https://github.com/mthom/scryer-prolog/pull/2367#issuecomment-2013830331

It would be interesting to know why this happens and to correct the issue, this could also be an issue of Rust itself erroneously reporting an issue.

triska commented 2 months ago

This is resolved with the latest master, thank you a lot!