Make code more idomatic
Signed-off-by: Matthias Beyer <mail@beyermatthias.de>
This commit is contained in:
parent
ed469f622a
commit
9cfa9fc399
1 changed files with 1 additions and 4 deletions
|
@ -36,10 +36,7 @@ pub struct TagStoreIdIter {
|
|||
impl TagStoreIdIter {
|
||||
|
||||
pub fn new(inner: TagIter, datetime: NDT) -> TagStoreIdIter {
|
||||
TagStoreIdIter {
|
||||
inner: inner,
|
||||
datetime: datetime,
|
||||
}
|
||||
TagStoreIdIter { inner, datetime }
|
||||
}
|
||||
|
||||
pub fn create_entries<'a>(self, store: &'a Store) -> CreateTimeTrackIter<'a> {
|
||||
|
|
Loading…
Reference in a new issue