File tree 5 files changed +5
-0
lines changed
5 files changed +5
-0
lines changed Original file line number Diff line number Diff line change @@ -42,6 +42,7 @@ fn main() {
42
42
#![ crate_name = "fourcc" ]
43
43
#![ deprecated = "This is now a cargo package located at: \
44
44
https://github.com/rust-lang/fourcc"]
45
+ #![ allow( deprecated) ]
45
46
#![ crate_type = "rlib" ]
46
47
#![ crate_type = "dylib" ]
47
48
#![ license = "MIT/ASL2" ]
Original file line number Diff line number Diff line change @@ -39,6 +39,7 @@ fn main() {
39
39
#![ crate_name = "hexfloat" ]
40
40
#![ deprecated = "This is now a cargo package located at: \
41
41
https://github.com/rust-lang/hexfloat"]
42
+ #![ allow( deprecated) ]
42
43
#![ crate_type = "rlib" ]
43
44
#![ crate_type = "dylib" ]
44
45
#![ license = "MIT/ASL2" ]
Original file line number Diff line number Diff line change 31
31
#![ crate_name = "semver" ]
32
32
#![ deprecated = "This is now a cargo package located at: \
33
33
https://github.com/rust-lang/semver"]
34
+ #![ allow( deprecated) ]
34
35
#![ crate_type = "rlib" ]
35
36
#![ crate_type = "dylib" ]
36
37
#![ license = "MIT/ASL2" ]
Original file line number Diff line number Diff line change 12
12
13
13
#![ crate_name = "url" ]
14
14
#![ deprecated="This is being removed. Use rust-url instead. http://servo.github.io/rust-url/" ]
15
+ #![ allow( deprecated) ]
15
16
#![ crate_type = "rlib" ]
16
17
#![ crate_type = "dylib" ]
17
18
#![ license = "MIT/ASL2" ]
Original file line number Diff line number Diff line change @@ -59,6 +59,7 @@ Examples of string representations:
59
59
#![ crate_name = "uuid" ]
60
60
#![ deprecated = "This is now a cargo package located at: \
61
61
https://github.com/rust-lang/uuid"]
62
+ #![ allow( deprecated) ]
62
63
#![ crate_type = "rlib" ]
63
64
#![ crate_type = "dylib" ]
64
65
#![ license = "MIT/ASL2" ]
You can’t perform that action at this time.
0 commit comments