Skip to content

Commit

Permalink
Merge pull request #739 from rory/minor-doc-improvement
Browse files Browse the repository at this point in the history
make a html link in the doc comments
  • Loading branch information
dtolnay authored Jan 2, 2021
2 parents 613d66e + 347674c commit 065cbef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/value/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ pub use crate::raw::{to_raw_value, RawValue};

/// Represents any valid JSON value.
///
/// See the `serde_json::value` module documentation for usage examples.
/// See the [`serde_json::value` module documentation](./index.html) for usage examples.
#[derive(Clone, Eq, PartialEq)]
pub enum Value {
/// Represents a JSON null value.
Expand Down

0 comments on commit 065cbef

Please sign in to comment.