Skip to content

Commit 003494d

Browse files
committed
Fix warning: unexpected cfg condition name: ios_framework
1 parent 38dbc30 commit 003494d

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

sdl2-sys/Cargo.toml

+4
Original file line numberDiff line numberDiff line change
@@ -57,3 +57,7 @@ mixer = []
5757
image = []
5858
ttf = []
5959
gfx = []
60+
61+
[lints.rust.unexpected_cfgs]
62+
level = "warn"
63+
check-cfg = ['cfg(mac_framework)', 'cfg(ios_framework)']

0 commit comments

Comments
 (0)