Skip to content

Commit 1ced3f1

Browse files
committed
deploy: 1ab1ac0
1 parent 11db2b6 commit 1ced3f1

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

pr/52/docs/src/iroh_blobs/protocol/range_spec.rs.html

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -558,8 +558,7 @@
558558
<a href="#557" id="557">557</a>
559559
<a href="#558" id="558">558</a>
560560
<a href="#559" id="559">559</a>
561-
<a href="#560" id="560">560</a>
562-
<a href="#561" id="561">561</a></pre></div><pre class="rust"><code><span class="doccomment">//! Specifications for ranges selection in blobs and sequences of blobs.
561+
<a href="#560" id="560">560</a></pre></div><pre class="rust"><code><span class="doccomment">//! Specifications for ranges selection in blobs and sequences of blobs.
563562
//!
564563
//! The [`RangeSpec`] allows specifying which BAO chunks inside a single blob should be
565564
//! selected.
@@ -918,7 +917,6 @@
918917
<span class="kw">use </span>proptest::prelude::<span class="kw-2">*</span>;
919918

920919
<span class="kw">use super</span>::<span class="kw-2">*</span>;
921-
922920
<span class="kw">use crate</span>::{assert_eq_hex, util::hexdump::parse_hexdump};
923921

924922
<span class="kw">fn </span>ranges(value_range: Range&lt;u64&gt;) -&gt; <span class="kw">impl </span>Strategy&lt;Value = ChunkRanges&gt; {

0 commit comments

Comments
 (0)