mirror of
https://github.com/scylladb/scylladb.git
synced 2026-06-02 13:06:57 +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.