rust/clippy.toml
author Pierre-Yves David <pierre-yves.david@octobus.net>
Mon, 05 Aug 2024 09:22:18 +0200
changeset 51768 3e9a660b074a
parent 51706 541292a02e09
permissions -rw-r--r--
manifest: expose a version of the Class without interface decorator The decorator confuse Pytype. Having the "raw" python class exposed will also helps pytype when it get replaced by a native implementation. At least until we start using `typing.Protocol` in the future.

msrv = "1.79.0"