Skip to content

Commit 3554381

Browse files
committed
---
yaml --- r: 127709 b: refs/heads/snap-stage3 c: d7484b8 h: refs/heads/master i: 127707: 2c28bc7 v: v3
1 parent 3847570 commit 3554381

File tree

6 files changed

+6
-1
lines changed

6 files changed

+6
-1
lines changed

[refs]

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
refs/heads/master: 49a970f2449a78f28b6c301e542d38593094ca77
33
refs/heads/snap-stage1: e33de59e47c5076a89eadeb38f4934f58a3618a6
4-
refs/heads/snap-stage3: ffd87daeedbad27808e73f3d680f98525cec3453
4+
refs/heads/snap-stage3: d7484b86fc8936d670c168c9838e188e1bc8047a
55
refs/heads/try: d9c23fcbaea89871667272a67ecb8d3a512162f3
66
refs/tags/release-0.1: 1f5c5126e96c79d22cb7862f75304136e204f105
77
refs/heads/ndm: f3868061cd7988080c30d6d5bf352a5a5fe2460b

branches/snap-stage3/src/libfourcc/lib.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,7 @@ fn main() {
4242
#![crate_name = "fourcc"]
4343
#![deprecated = "This is now a cargo package located at: \
4444
https://github.com/rust-lang/fourcc"]
45+
#![allow(deprecated)]
4546
#![crate_type = "rlib"]
4647
#![crate_type = "dylib"]
4748
#![license = "MIT/ASL2"]

branches/snap-stage3/src/libhexfloat/lib.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@ fn main() {
3939
#![crate_name = "hexfloat"]
4040
#![deprecated = "This is now a cargo package located at: \
4141
https://github.com/rust-lang/hexfloat"]
42+
#![allow(deprecated)]
4243
#![crate_type = "rlib"]
4344
#![crate_type = "dylib"]
4445
#![license = "MIT/ASL2"]

branches/snap-stage3/src/libsemver/lib.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@
3131
#![crate_name = "semver"]
3232
#![deprecated = "This is now a cargo package located at: \
3333
https://github.com/rust-lang/semver"]
34+
#![allow(deprecated)]
3435
#![crate_type = "rlib"]
3536
#![crate_type = "dylib"]
3637
#![license = "MIT/ASL2"]

branches/snap-stage3/src/liburl/lib.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@
1212
1313
#![crate_name = "url"]
1414
#![deprecated="This is being removed. Use rust-url instead. http://servo.github.io/rust-url/"]
15+
#![allow(deprecated)]
1516
#![crate_type = "rlib"]
1617
#![crate_type = "dylib"]
1718
#![license = "MIT/ASL2"]

branches/snap-stage3/src/libuuid/lib.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,7 @@ Examples of string representations:
5959
#![crate_name = "uuid"]
6060
#![deprecated = "This is now a cargo package located at: \
6161
https://github.com/rust-lang/uuid"]
62+
#![allow(deprecated)]
6263
#![crate_type = "rlib"]
6364
#![crate_type = "dylib"]
6465
#![license = "MIT/ASL2"]

0 commit comments

Comments
 (0)