We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6a3489c commit 144ac00Copy full SHA for 144ac00
osinfo/src/config.rs
@@ -8,7 +8,7 @@ use std::string::ToString;
8
#[derive(Debug, Clone, PartialEq, Serialize)]
9
#[serde(deny_unknown_fields)]
10
pub struct OsInfo {
11
- /// Returns the unique ID for the OSInfo instance data type.
+ /// Returns the unique ID for the `OSInfo` instance data type.
12
#[serde(rename = "$id")]
13
pub id: String,
14
family: Family,
0 commit comments