Add link to docs site from rustdoc comment
This commit is contained in:
parent
67f5e3d56b
commit
4db53a1bce
1 changed files with 3 additions and 1 deletions
|
@ -67,7 +67,9 @@ pub mod r#gen {
|
||||||
///
|
///
|
||||||
/// This is implemented for many Rust primitive and standard library types.
|
/// This is implemented for many Rust primitive and standard library types.
|
||||||
///
|
///
|
||||||
/// This can also be automatically derived on most custom types with `#[derive(JsonSchema)]`.
|
/// This can also be automatically derived on most custom types with `#[derive(JsonSchema)]` by
|
||||||
|
/// enabling the `derive` feature flag (which is enabled by default).
|
||||||
|
/// For more info on deriving `JsonSchema`, see <https://graham.cool/schemars/deriving/>.
|
||||||
///
|
///
|
||||||
/// # Examples
|
/// # Examples
|
||||||
/// Deriving an implementation:
|
/// Deriving an implementation:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue