mirror of https://github.com/stelzo/typst.git
Fix docstring in package manifest code (#4801)
This commit is contained in:
parent
0facb75e6d
commit
238f1fad49
|
|
@ -36,7 +36,7 @@ pub struct PackageManifest {
|
||||||
/// The `[tool]` key in the manifest. This field can be used to retrieve
|
/// The `[tool]` key in the manifest. This field can be used to retrieve
|
||||||
/// 3rd-party tool configuration.
|
/// 3rd-party tool configuration.
|
||||||
///
|
///
|
||||||
// # Examples
|
/// # Examples
|
||||||
/// ```
|
/// ```
|
||||||
/// # use serde::{Deserialize, Serialize};
|
/// # use serde::{Deserialize, Serialize};
|
||||||
/// # use ecow::EcoString;
|
/// # use ecow::EcoString;
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue