Skip to content

Commit f5be293

Browse files
committed
---
yaml --- r: 154274 b: refs/heads/try2 c: d7484b8 h: refs/heads/master v: v3
1 parent 8cfb9b1 commit f5be293

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
@@ -5,7 +5,7 @@ refs/heads/snap-stage3: 78a7676898d9f80ab540c6df5d4c9ce35bb50463
55
refs/heads/try: 519addf6277dbafccbb4159db4b710c37eaa2ec5
66
refs/tags/release-0.1: 1f5c5126e96c79d22cb7862f75304136e204f105
77
refs/heads/ndm: f3868061cd7988080c30d6d5bf352a5a5fe2460b
8-
refs/heads/try2: ffd87daeedbad27808e73f3d680f98525cec3453
8+
refs/heads/try2: d7484b86fc8936d670c168c9838e188e1bc8047a
99
refs/heads/dist-snap: ba4081a5a8573875fed17545846f6f6902c8ba8d
1010
refs/tags/release-0.2: c870d2dffb391e14efb05aa27898f1f6333a9596
1111
refs/tags/release-0.3: b5f0d0f648d9a6153664837026ba1be43d3e2503

branches/try2/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/try2/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/try2/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/try2/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/try2/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)