mirror of
https://github.com/scylladb/scylladb.git
synced 2026-06-01 04:26:48 +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.