mirror of
https://github.com/scylladb/scylladb.git
synced 2026-06-02 21:17:01 +00:00
Performing std::move on integral types is pointless. This commit gets rid of moves of values of `unsigned` type in rpc handlers.
Performing std::move on integral types is pointless. This commit gets rid of moves of values of `unsigned` type in rpc handlers.