This commit is contained in:
robin-nitrokey
2024-10-07 11:47:50 +00:00
parent 2506e7de5d
commit c6da7ef907
3 changed files with 34 additions and 32 deletions
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
+3 -1
View File
@@ -1280,6 +1280,7 @@
<a href="#1280" id="1280">1280</a>
<a href="#1281" id="1281">1281</a>
<a href="#1282" id="1282">1282</a>
<a href="#1283" id="1283">1283</a>
</pre></div><pre class="rust"><code><span class="kw">use </span>serde::Deserialize;
<span class="kw">use </span>serde::de::IntoDeserializer;
@@ -1624,7 +1625,8 @@
}
}
<span class="kw">fn </span>next_value_seed&lt;V&gt;(<span class="kw-2">&amp;mut </span><span class="self">self</span>, seed: V) -&gt; <span class="prelude-ty">Result</span>&lt;V::Value&gt;
<span class="attr">#[inline(never)]
</span><span class="kw">fn </span>next_value_seed&lt;V&gt;(<span class="kw-2">&amp;mut </span><span class="self">self</span>, seed: V) -&gt; <span class="prelude-ty">Result</span>&lt;V::Value&gt;
<span class="kw">where
</span>V: de::DeserializeSeed&lt;<span class="lifetime">'b</span>&gt;,
{