Skip to content

Commit

Permalink
add no-entrypoint into workspace level lint
Browse files Browse the repository at this point in the history
  • Loading branch information
yihau committed Aug 13, 2024
1 parent 86848e3 commit 39418df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,7 @@ edition = "2021"
level = "warn"
check-cfg = [
'cfg(target_os, values("solana"))',
'cfg(feature, values("frozen-abi"))',
'cfg(feature, values("frozen-abi", "no-entrypoint"))',
'cfg(RUSTC_WITH_SPECIALIZATION)',
'cfg(RUSTC_WITHOUT_SPECIALIZATION)',
]
Expand Down

0 comments on commit 39418df

Please sign in to comment.