mirror of
https://github.com/trussed-dev/cbor-smol.git
synced 2026-06-20 04:17:03 -07:00
deploy: 797f45de03
This commit is contained in:
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
@@ -1293,7 +1293,6 @@
|
||||
<a href="#1293" id="1293">1293</a>
|
||||
<a href="#1294" id="1294">1294</a>
|
||||
<a href="#1295" id="1295">1295</a>
|
||||
<a href="#1296" id="1296">1296</a>
|
||||
</pre></div><pre class="rust"><code><span class="kw">use </span>serde::Deserialize;
|
||||
|
||||
<span class="kw">use </span>serde::de::IntoDeserializer;
|
||||
@@ -1638,8 +1637,7 @@
|
||||
}
|
||||
}
|
||||
|
||||
<span class="attr">#[inline(never)]
|
||||
</span><span class="kw">fn </span>next_value_seed<V>(<span class="kw-2">&mut </span><span class="self">self</span>, seed: V) -> <span class="prelude-ty">Result</span><V::Value>
|
||||
<span class="kw">fn </span>next_value_seed<V>(<span class="kw-2">&mut </span><span class="self">self</span>, seed: V) -> <span class="prelude-ty">Result</span><V::Value>
|
||||
<span class="kw">where
|
||||
</span>V: de::DeserializeSeed<<span class="lifetime">'b</span>>,
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user