Skip to content

Commit e0bfd71

Browse files
committed
chore(docs): ignore tensors.rs doc for cargo tests
1 parent 4cf1dd4 commit e0bfd71

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

bintensors/src/tensor.rs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -378,7 +378,7 @@ impl<'data> BinTensors<'data> {
378378
/// Given a byte-buffer representing the whole bintensor file
379379
/// parses it and returns the Deserialized form (No Tensor allocation).
380380
///
381-
/// ```
381+
/// ```ignore
382382
/// use bintensors::BinTensors;
383383
/// use memmap2::MmapOptions;
384384
/// use std::fs::File;
@@ -1231,4 +1231,5 @@ mod tests {
12311231
_ => panic!("This should not be able to be deserialized"),
12321232
}
12331233
}
1234+
12341235
}

0 commit comments

Comments
 (0)