File tree Expand file tree Collapse file tree 6 files changed +6
-1
lines changed Expand file tree Collapse file tree 6 files changed +6
-1
lines changed Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ refs/heads/snap-stage3: 78a7676898d9f80ab540c6df5d4c9ce35bb50463
5
5
refs/heads/try: 519addf6277dbafccbb4159db4b710c37eaa2ec5
6
6
refs/tags/release-0.1: 1f5c5126e96c79d22cb7862f75304136e204f105
7
7
refs/heads/ndm: f3868061cd7988080c30d6d5bf352a5a5fe2460b
8
- refs/heads/try2: ffd87daeedbad27808e73f3d680f98525cec3453
8
+ refs/heads/try2: d7484b86fc8936d670c168c9838e188e1bc8047a
9
9
refs/heads/dist-snap: ba4081a5a8573875fed17545846f6f6902c8ba8d
10
10
refs/tags/release-0.2: c870d2dffb391e14efb05aa27898f1f6333a9596
11
11
refs/tags/release-0.3: b5f0d0f648d9a6153664837026ba1be43d3e2503
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