Skip to content

Commit dcb7aac

Browse files
committed
other minor rename
1 parent 9875c85 commit dcb7aac

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/annotationdataset.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -718,8 +718,8 @@ pub(crate) struct DeserializeAnnotationDataSet<'a> {
718718
}
719719

720720
impl<'a> DeserializeAnnotationDataSet<'a> {
721-
pub fn new(store: &'a mut AnnotationDataSet) -> Self {
722-
Self { dataset: store }
721+
pub fn new(dataset: &'a mut AnnotationDataSet) -> Self {
722+
Self { dataset }
723723
}
724724
}
725725

0 commit comments

Comments
 (0)