@@ -24,27 +24,27 @@ impl TagExt for EbmlTag {
2424 todo ! ( )
2525 }
2626
27- fn contains < ' a > ( & ' a self , key : Self :: RefKey < ' a > ) -> bool {
27+ fn contains < ' a > ( & ' a self , _key : Self :: RefKey < ' a > ) -> bool {
2828 todo ! ( )
2929 }
3030
3131 fn is_empty ( & self ) -> bool {
3232 todo ! ( )
3333 }
3434
35- fn save_to ( & self , file : & mut File ) -> std:: result:: Result < ( ) , Self :: Err > {
35+ fn save_to ( & self , _file : & mut File ) -> std:: result:: Result < ( ) , Self :: Err > {
3636 todo ! ( )
3737 }
3838
39- fn dump_to < W : Write > ( & self , writer : & mut W ) -> std:: result:: Result < ( ) , Self :: Err > {
39+ fn dump_to < W : Write > ( & self , _writer : & mut W ) -> std:: result:: Result < ( ) , Self :: Err > {
4040 todo ! ( )
4141 }
4242
43- fn remove_from_path < P : AsRef < Path > > ( & self , path : P ) -> std:: result:: Result < ( ) , Self :: Err > {
43+ fn remove_from_path < P : AsRef < Path > > ( & self , _path : P ) -> std:: result:: Result < ( ) , Self :: Err > {
4444 todo ! ( )
4545 }
4646
47- fn remove_from ( & self , file : & mut File ) -> std:: result:: Result < ( ) , Self :: Err > {
47+ fn remove_from ( & self , _file : & mut File ) -> std:: result:: Result < ( ) , Self :: Err > {
4848 todo ! ( )
4949 }
5050
@@ -81,7 +81,7 @@ impl SplitTag for EbmlTag {
8181impl MergeTag for SplitTagRemainder {
8282 type Merged = EbmlTag ;
8383
84- fn merge_tag ( self , tag : Tag ) -> Self :: Merged {
84+ fn merge_tag ( self , _tag : Tag ) -> Self :: Merged {
8585 todo ! ( )
8686 }
8787}
0 commit comments