Skip to content

Commit e538f1a

Browse files
committed
lang: Remove the interface-instructions feature
1 parent c9c7422 commit e538f1a

File tree

3 files changed

+0
-3
lines changed

3 files changed

+0
-3
lines changed

lang/Cargo.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,6 @@ idl-build = [
3838
"anchor-lang-idl/build",
3939
]
4040
init-if-needed = ["anchor-derive-accounts/init-if-needed"]
41-
interface-instructions = ["anchor-attribute-program/interface-instructions"]
4241
lazy-account = [
4342
"anchor-attribute-account/lazy-account",
4443
"anchor-derive-serde/lazy-account",

lang/attribute/program/Cargo.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@ proc-macro = true
1313
[features]
1414
anchor-debug = ["anchor-syn/anchor-debug"]
1515
idl-build = ["anchor-syn/idl-build"]
16-
interface-instructions = ["anchor-syn/interface-instructions"]
1716

1817
[dependencies]
1918
anchor-lang-idl = { path = "../../../idl", version = "0.1.2", features = ["convert"] }

lang/syn/Cargo.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,6 @@ event-cpi = []
1818
hash = []
1919
idl-build = ["cargo_toml"]
2020
init-if-needed = []
21-
interface-instructions = []
2221

2322
[dependencies]
2423
anyhow = "1"

0 commit comments

Comments
 (0)