Skip to content

Commit

Permalink
other minor rename
Browse files Browse the repository at this point in the history
  • Loading branch information
proycon committed Sep 22, 2024
1 parent 9875c85 commit dcb7aac
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/annotationdataset.rs
Original file line number Diff line number Diff line change
Expand Up @@ -718,8 +718,8 @@ pub(crate) struct DeserializeAnnotationDataSet<'a> {
}

impl<'a> DeserializeAnnotationDataSet<'a> {
pub fn new(store: &'a mut AnnotationDataSet) -> Self {
Self { dataset: store }
pub fn new(dataset: &'a mut AnnotationDataSet) -> Self {
Self { dataset }
}
}

Expand Down

0 comments on commit dcb7aac

Please sign in to comment.