File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -243,19 +243,19 @@ fn test_file_resolver() {
243
243
}
244
244
245
245
fn save_to ( & self , _: & mut File ) -> lofty:: Result < ( ) > {
246
- todo ! ( )
246
+ unimplemented ! ( )
247
247
}
248
248
249
249
fn properties ( & self ) -> & Self :: Properties {
250
- todo ! ( )
250
+ unimplemented ! ( )
251
251
}
252
252
253
253
fn contains_tag ( & self ) -> bool {
254
- todo ! ( )
254
+ unimplemented ! ( )
255
255
}
256
256
257
257
fn contains_tag_type ( & self , _: TagType ) -> bool {
258
- todo ! ( )
258
+ unimplemented ! ( )
259
259
}
260
260
}
261
261
@@ -265,11 +265,11 @@ fn test_file_resolver() {
265
265
}
266
266
267
267
fn primary_tag_type ( ) -> TagType {
268
- todo ! ( )
268
+ unimplemented ! ( )
269
269
}
270
270
271
271
fn supported_tag_types ( ) -> & ' static [ TagType ] {
272
- todo ! ( )
272
+ unimplemented ! ( )
273
273
}
274
274
275
275
fn guess ( _: & [ u8 ] ) -> Option < FileType > {
You can’t perform that action at this time.
0 commit comments