Skip to content

Commit 94e882c

Browse files
committed
(Fix clippy doc warnings)
1 parent d1fc2c4 commit 94e882c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

hdf5/src/hl/chunks.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ mod v1_14_0 {
7272
use super::*;
7373
use hdf5_sys::h5d::H5Dchunk_iter;
7474

75-
/// Borrowed version of [ChunkInfo](crate::dataset::ChunkInfo)
75+
/// Borrowed version of [`ChunkInfo`](crate::dataset::ChunkInfo)
7676
#[derive(Clone, Debug, PartialEq, Eq)]
7777
pub struct ChunkInfoRef<'a> {
7878
pub offset: &'a [hsize_t],

0 commit comments

Comments
 (0)