File tree 5 files changed +5
-5
lines changed
5 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 1
1
use std:: fmt;
2
2
use std:: borrow:: Cow ;
3
3
use std:: str:: FromStr ;
4
- #[ allow( unused) ]
4
+ #[ allow( unused, deprecated ) ]
5
5
use std:: ascii:: AsciiExt ;
6
6
7
7
use mime:: Mime ;
Original file line number Diff line number Diff line change 1
1
use std:: fmt;
2
- #[ allow( unused) ]
2
+ #[ allow( unused, deprecated ) ]
3
3
use std:: ascii:: AsciiExt ;
4
4
5
5
use header:: { Header , Raw , parsing} ;
Original file line number Diff line number Diff line change 1
1
use std:: fmt;
2
- #[ allow( unused) ]
2
+ #[ allow( unused, deprecated ) ]
3
3
use std:: ascii:: AsciiExt ;
4
4
5
5
use header:: { Header , Raw , parsing} ;
Original file line number Diff line number Diff line change 1
1
use std:: fmt:: { self , Display } ;
2
2
use std:: str:: FromStr ;
3
- #[ allow( unused) ]
3
+ #[ allow( unused, deprecated ) ]
4
4
use std:: ascii:: AsciiExt ;
5
5
6
6
use self :: Charset :: * ;
Original file line number Diff line number Diff line change 1
- #[ allow( unused) ]
1
+ #[ allow( unused, deprecated ) ]
2
2
use std:: ascii:: AsciiExt ;
3
3
use std:: cmp;
4
4
use std:: default:: Default ;
You can’t perform that action at this time.
0 commit comments