Skip to content

Commit ff83666

Browse files
committed
Fix doc annotation
1 parent 014e415 commit ff83666

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/de.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -161,7 +161,7 @@ impl<'de> de::EnumAccess<'de> for EnumAccess {
161161
}
162162
}
163163

164-
/// A newtype that allows using any [`JsValue`] as a [`deserializer`].
164+
/// A newtype that allows using any [`JsValue`] as a [`de::Deserializer`].
165165
pub struct Deserializer {
166166
value: JsValue,
167167
}

0 commit comments

Comments
 (0)