mirror of
https://github.com/serde-rs/json.git
synced 2025-10-01 15:02:37 +00:00
Merge pull request #1153 from dpathakj/master
Correct documentation URL for Value's Index impl.
This commit is contained in:
commit
3fd6f5f49d
@ -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`.
|
||||
|
Loading…
x
Reference in New Issue
Block a user