correct the name of std::sync::Mutex (#65)

This commit is contained in:
Jack O'Connor 2023-01-02 16:22:55 -06:00 committed by GitHub
parent ee3ef2cadb
commit 3d328cb816
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -905,7 +905,7 @@
"name": "Mutex", "name": "Mutex",
"recommendations": [{ "recommendations": [{
"name": "parking_lot", "name": "parking_lot",
"notes": "std::mutex also works fine. But Parking Lot is faster." "notes": "std::sync::Mutex also works fine. But Parking Lot is faster."
}] }]
}, },
{ {