We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
>
1 parent 706e68d commit 64d82bfCopy full SHA for 64d82bf
src/serde.rs
@@ -13,7 +13,7 @@ impl<'de, T: Deserialize<'de>> Deserialize<'de> for Secret<T> {
13
/// A serializable type that contains a secret.
14
///
15
/// This abstraction enables [expose_secret] to be used to serialize both `Secret<T>` and
16
-/// `Option<Secret<T>`.
+/// `Option<Secret<T>>`.
17
18
/// This type is currently private. If you feel that a public `SerializableSecret` could
19
/// be useful for your use case please open a PR :)
0 commit comments