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.
cfg
ios_framework
1 parent 38dbc30 commit 003494dCopy full SHA for 003494d
sdl2-sys/Cargo.toml
@@ -57,3 +57,7 @@ mixer = []
57
image = []
58
ttf = []
59
gfx = []
60
+
61
+[lints.rust.unexpected_cfgs]
62
+level = "warn"
63
+check-cfg = ['cfg(mac_framework)', 'cfg(ios_framework)']
0 commit comments