diff --git a/data/crates.json b/data/crates.json
index 7a0c859..c1264b8 100644
--- a/data/crates.json
+++ b/data/crates.json
@@ -298,9 +298,10 @@
"purposes": [
{
"name": "Lazy static variable initialization",
+ "notes": "The core functionality of once_cell is now included in the standard library with the remaining parts on track to be stabilised in future.",
"recommendations": [{
"name": "once_cell",
- "notes": "Newer crate with more ergonomic API. On track to be incorporated into the standard library. Should be preferred for all new projects."
+ "notes": "Newer crate with more ergonomic API. Should be preferred for all new projects."
}, {
"name": "lazy_static",
"notes": "Older crate. API is less convenient, but crate is stable and maintained."