From 3d328cb816124936ef327ae0dc98895ec1e6bf0d Mon Sep 17 00:00:00 2001 From: Jack O'Connor Date: Mon, 2 Jan 2023 16:22:55 -0600 Subject: [PATCH] correct the name of std::sync::Mutex (#65) --- data/crates.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/data/crates.json b/data/crates.json index bb441ef..69a2efa 100644 --- a/data/crates.json +++ b/data/crates.json @@ -905,7 +905,7 @@ "name": "Mutex", "recommendations": [{ "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." }] }, {