Skip to content

Commit f730b6e

Browse files
committed
Add lints
1 parent 55f377e commit f730b6e

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

sdk/pinocchio/Cargo.toml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,7 @@ version = "0.2.0"
55
edition = "2021"
66
license = "Apache-2.0"
77
readme = "./README.md"
8-
repository = "https://github.com/febo/pinocchio"
8+
repository = "https://github.com/febo/pinocchio"
9+
10+
[lints.rust]
11+
unexpected_cfgs = {level = "warn", check-cfg = ['cfg(target_os, values("solana"))', 'cfg(target_feature, values("static-syscalls"))'] }

0 commit comments

Comments
 (0)