diff options
Diffstat (limited to 'third_party/rust/serde_json/src/macros.rs')
-rw-r--r-- | third_party/rust/serde_json/src/macros.rs | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/third_party/rust/serde_json/src/macros.rs b/third_party/rust/serde_json/src/macros.rs index 5287998b46..e8c6cd2ca4 100644 --- a/third_party/rust/serde_json/src/macros.rs +++ b/third_party/rust/serde_json/src/macros.rs @@ -10,7 +10,8 @@ /// "features": [ /// "serde", /// "json" -/// ] +/// ], +/// "homepage": null /// } /// }); /// ``` |