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.
std::fmt::Formatter
1 parent c57b434 commit 871df99Copy full SHA for 871df99
constraints/src/supported_constraints.rs
@@ -124,7 +124,7 @@ struct SerdeVisitor;
124
impl<'de> Visitor<'de> for SerdeVisitor {
125
type Value = MediaTrackSupportedConstraints;
126
127
- fn expecting(&self, formatter: &mut std::fmt::Formatter) -> std::fmt::Result {
+ fn expecting(&self, formatter: &mut std::fmt::Formatter<'_>) -> std::fmt::Result {
128
formatter.write_str("an object with strings as keys and `true` as values")
129
}
130
0 commit comments