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 1
1
---
2
2
refs/heads/master: 49a970f2449a78f28b6c301e542d38593094ca77
3
3
refs/heads/snap-stage1: e33de59e47c5076a89eadeb38f4934f58a3618a6
4
- refs/heads/snap-stage3: ffd87daeedbad27808e73f3d680f98525cec3453
4
+ refs/heads/snap-stage3: d7484b86fc8936d670c168c9838e188e1bc8047a
5
5
refs/heads/try: d9c23fcbaea89871667272a67ecb8d3a512162f3
6
6
refs/tags/release-0.1: 1f5c5126e96c79d22cb7862f75304136e204f105
7
7
refs/heads/ndm: f3868061cd7988080c30d6d5bf352a5a5fe2460b
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