Merge pull request #1153 from dpathakj/master

Correct documentation URL for Value's Index impl.
This commit is contained in:
David Tolnay 2024-07-02 17:24:09 -07:00 committed by GitHub
commit 3fd6f5f49d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -14,7 +14,7 @@ use core::ops;
///
/// [`get`]: ../enum.Value.html#method.get
/// [`get_mut`]: ../enum.Value.html#method.get_mut
/// [square-bracket indexing operator]: ../enum.Value.html#impl-Index%3CI%3E
/// [square-bracket indexing operator]: ../enum.Value.html#impl-Index%3CI%3E-for-Value
///
/// This trait is sealed and cannot be implemented for types outside of
/// `serde_json`.