mirror of
https://github.com/scylladb/scylladb.git
synced 2026-06-01 12:36:56 +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.