mirror of
https://github.com/GreptimeTeam/greptimedb.git
synced 2026-05-24 00:40:40 +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:
@@ -175,10 +175,7 @@ impl WriteSplitter {
|
||||
return FindRegionSnafu { reason }.fail();
|
||||
}
|
||||
};
|
||||
region_map
|
||||
.entry(region_id)
|
||||
.or_insert_with(Vec::default)
|
||||
.push(idx);
|
||||
region_map.entry(region_id).or_default().push(idx);
|
||||
}
|
||||
Ok(region_map)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user