We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d41dc60 commit abf188dCopy full SHA for abf188d
gdk4/src/lib.rs
@@ -2,6 +2,7 @@
2
3
#![cfg_attr(docsrs, feature(doc_cfg))]
4
#![allow(deprecated)]
5
+#![allow(clippy::manual_c_str_literals)]
6
#![doc = include_str!("../README.md")]
7
8
pub use cairo;
gsk4/src/lib.rs
gtk4/src/lib.rs
// Re-export gtk dependencies
0 commit comments