Fix docstring in package manifest code (#4801)

This commit is contained in:
PgBiel 2024-08-22 07:38:54 -03:00 committed by GitHub
parent 0facb75e6d
commit 238f1fad49
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -36,7 +36,7 @@ pub struct PackageManifest {
/// The `[tool]` key in the manifest. This field can be used to retrieve
/// 3rd-party tool configuration.
///
// # Examples
/// # Examples
/// ```
/// # use serde::{Deserialize, Serialize};
/// # use ecow::EcoString;