Replace std::sync::Mutex with parking_lot::Mutex in languages/src/python.rs (#29889)

This appears to be the only place `std::sync::Mutex` is used, Zed always
prefers `parking_lot`.

Release Notes:

- N/A
This commit is contained in:
Michael Sloan 2025-05-04 15:12:21 -06:00 committed by GitHub
parent f4e9ea3cd8
commit 86484233c0
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 6 additions and 8 deletions

1
Cargo.lock generated
View file

@ -7992,6 +7992,7 @@ dependencies = [
"log",
"lsp",
"node_runtime",
"parking_lot",
"paths",
"pet",
"pet-conda",