Skip to content

Commit ada8896

Browse files
committed
fix: (cargo doc) escape character
1 parent f0c6ea7 commit ada8896

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

src/lib.rs

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,8 @@
44
//!
55
//!jCard (vCard in JSON format) serde serialization and deserialization.
66
//!
7-
//![![GitHub top language](https://img.shields.io/github/languages/top/uzinfocom-org/vicardi?style=flat-square&logo=github)](https://github.com/uzinfocom-org/vicardi)
8-
//![![Chat](https://img.shields.io/badge/Chat-grey?style=flat-square&logo=telegram)](https://t.me/xinuxuz)
9-
//![![Test CI](https://github.com/uzinfocom-org/vicardi/actions/workflows/test.yml/badge.svg)](https://github.com/uzinfocom-org/vicardi/actions/workflows/test.yml)
7+
//![![GitHub top language](https://img.shields.io/github/languages/top/uzinfocom-org/vicardi?style=flat&logo=nixos&logoColor=ffffff&labelColor=242424&color=242424)](https://github.com/uzinfocom-org/vicardi)
8+
//![![Test CI](https://img.shields.io/github/actions/workflow/status/uzinfocom-org/vicardi/test.yml?style=flat&logo=github&logoColor=ffffff&labelColor=242424&color=242424)](https://github.com/uzinfocom-org/vicardi/actions/workflows/test.yml)
109
//!
1110
//!</header>
1211
//!
@@ -71,7 +70,7 @@ pub struct Vcard {
7170
/// # Notes
7271
///
7372
/// - Do not include the `version` type property in this array. Instead, set the [`Vcard::version`] property.
74-
/// `["version,{},"text",version]` will be inserted by the [`Serialize`] implementation.
73+
/// `["version,{},"text",version]` will be inserted by the \[`Serialize`\] implementation.
7574
pub properties: Vec<Property>,
7675
}
7776

0 commit comments

Comments
 (0)