Skip to content

Commit 144ac00

Browse files
committed
fix clippy 2
1 parent 6a3489c commit 144ac00

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

osinfo/src/config.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ use std::string::ToString;
88
#[derive(Debug, Clone, PartialEq, Serialize)]
99
#[serde(deny_unknown_fields)]
1010
pub struct OsInfo {
11-
/// Returns the unique ID for the OSInfo instance data type.
11+
/// Returns the unique ID for the `OSInfo` instance data type.
1212
#[serde(rename = "$id")]
1313
pub id: String,
1414
family: Family,

0 commit comments

Comments
 (0)