mirror of
https://github.com/astral-sh/uv.git
synced 2025-08-04 19:08:04 +00:00
Bump MSRV to 1.84 (#12670)
## Summary Closes https://github.com/astral-sh/uv/issues/12649.
This commit is contained in:
parent
420fc287fa
commit
42dcea0ee2
64 changed files with 162 additions and 144 deletions
|
@ -75,7 +75,7 @@ impl<K: Eq + Hash, V: Clone, H: BuildHasher + Clone> OnceMap<K, V, H> {
|
|||
// Make sure the value wasn't inserted in-between us checking the map and registering the waiter.
|
||||
if let Value::Filled(value) = self.items.get(key).expect("map is append-only").value() {
|
||||
return Some(value.clone());
|
||||
};
|
||||
}
|
||||
|
||||
// Wait until the value is inserted.
|
||||
notification.await;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue