mirror of
https://github.com/GreptimeTeam/greptimedb.git
synced 2026-05-19 14:30:43 +00:00
chore: upgrade rust toolchain to latest nightly (#2049)
* chore: upgrade rust toolchain to latest nightly * rebase develop * update rust toolchain in ci
This commit is contained in:
@@ -40,9 +40,7 @@ impl<S> RegionWorkerLoop<S> {
|
||||
if let hash_map::Entry::Vacant(e) = region_ctxs.entry(region_id) {
|
||||
let Some(region) = self.regions.get_region(region_id) else {
|
||||
// No such region.
|
||||
send_result(sender_req.sender, RegionNotFoundSnafu {
|
||||
region_id,
|
||||
}.fail());
|
||||
send_result(sender_req.sender, RegionNotFoundSnafu { region_id }.fail());
|
||||
|
||||
continue;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user