Skip to content

Commit c2e34f4

Browse files
committed
Allow deprecated APIs in test codes
1 parent 1e9d4b3 commit c2e34f4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

test/src/lib.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
#![allow(clippy::blacklisted_name)]
2+
#![allow(deprecated)]
23

34
use gdnative::prelude::*;
45

0 commit comments

Comments
 (0)