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 ea25ada commit 3d39897Copy full SHA for 3d39897
1 file changed
lambda-events/src/event/iot/mod.rs
@@ -96,7 +96,7 @@ pub struct IoTCoreMqttContext {
96
#[serde(default)]
97
pub client_id: Option<String>,
98
/// X.509 custom authorizer requests don't include a password field.
99
- /// Default to empty Vec<u8> when absent.
+ /// Default to empty `Vec<u8>` when absent.
100
/// Serializing result will be `password: ""`
101
102
pub password: Base64Data,
0 commit comments