We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
todo!()
1 parent db24ca3 commit 5cb4a2cCopy full SHA for 5cb4a2c
tests/taglib/test_fileref.rs
@@ -243,19 +243,19 @@ fn test_file_resolver() {
243
}
244
245
fn save_to(&self, _: &mut File) -> lofty::Result<()> {
246
- todo!()
+ unimplemented!()
247
248
249
fn properties(&self) -> &Self::Properties {
250
251
252
253
fn contains_tag(&self) -> bool {
254
255
256
257
fn contains_tag_type(&self, _: TagType) -> bool {
258
259
260
261
@@ -265,11 +265,11 @@ fn test_file_resolver() {
265
266
267
fn primary_tag_type() -> TagType {
268
269
270
271
fn supported_tag_types() -> &'static [TagType] {
272
273
274
275
fn guess(_: &[u8]) -> Option<FileType> {
0 commit comments