Skip to content

Commit d92caf7

Browse files
Allow deprecated types
1 parent 7a987a7 commit d92caf7

File tree

5 files changed

+5
-0
lines changed

5 files changed

+5
-0
lines changed

gdk4-wayland/src/lib.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
// Take a look at the license at the top of the repository in the LICENSE file.
22

33
#![doc = include_str!("../README.md")]
4+
#![allow(deprecated)]
45
#![cfg_attr(docsrs, feature(doc_cfg))]
56

67
pub use ffi;

gdk4-win32/src/lib.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
// Take a look at the license at the top of the repository in the LICENSE file.
22

33
#![doc = include_str!("../README.md")]
4+
#![allow(deprecated)]
45
#![cfg_attr(docsrs, feature(doc_cfg))]
56

67
pub use ffi;

gdk4-x11/src/lib.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
// Take a look at the license at the top of the repository in the LICENSE file.
22

33
#![doc = include_str!("../README.md")]
4+
#![allow(deprecated)]
45
#![cfg_attr(docsrs, feature(doc_cfg))]
56

67
pub use ffi;

gdk4/src/lib.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
// Take a look at the license at the top of the repository in the LICENSE file.
22

33
#![cfg_attr(docsrs, feature(doc_cfg))]
4+
#![allow(deprecated)]
45
#![doc = include_str!("../README.md")]
56

67
pub use cairo;

gsk4/src/lib.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
// Take a look at the license at the top of the repository in the LICENSE file.
22

33
#![cfg_attr(docsrs, feature(doc_cfg))]
4+
#![allow(deprecated)]
45
#![doc = include_str!("../README.md")]
56

67
pub use cairo;

0 commit comments

Comments
 (0)