Skip to content

Commit 39418df

Browse files
committed
add no-entrypoint into workspace level lint
1 parent 86848e3 commit 39418df

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -163,7 +163,7 @@ edition = "2021"
163163
level = "warn"
164164
check-cfg = [
165165
'cfg(target_os, values("solana"))',
166-
'cfg(feature, values("frozen-abi"))',
166+
'cfg(feature, values("frozen-abi", "no-entrypoint"))',
167167
'cfg(RUSTC_WITH_SPECIALIZATION)',
168168
'cfg(RUSTC_WITHOUT_SPECIALIZATION)',
169169
]

0 commit comments

Comments
 (0)