chore: Enable clang-tidy modernize-use-nodiscard check (#7015)

This commit is contained in:
Alex Kremer
2026-04-24 18:19:30 +01:00
committed by GitHub
parent 158df5394c
commit 4dc923dcc5
283 changed files with 1496 additions and 1493 deletions

View File

@@ -281,7 +281,7 @@ public:
return std::move(m->jv);
}
unsigned
[[nodiscard]] unsigned
version() const override
{
return rpc_version_;