Skip to content

Commit e716007

Browse files
committed
add implicit-std = false
1 parent 7e1bc15 commit e716007

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

sway-lsp/tests/fixtures/workspace/test-contract/Forc.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,7 @@ authors = ["Fuel Labs <[email protected]>"]
33
entry = "main.sw"
44
license = "Apache-2.0"
55
name = "test-contract"
6+
implicit-std = false
67

78
[dependencies]
9+
std = { path = "../../../../../sway-lib-std" }

sway-lsp/tests/fixtures/workspace/test-library/Forc.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,7 @@ authors = ["Fuel Labs <[email protected]>"]
33
entry = "lib.sw"
44
license = "Apache-2.0"
55
name = "test-library"
6+
implicit-std = false
67

78
[dependencies]
9+
std = { path = "../../../../../sway-lib-std" }

0 commit comments

Comments
 (0)