Skip to content

Commit 877b2b2

Browse files
committed
A note on implicit import
1 parent 310b206 commit 877b2b2

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

docs/ADR/0013-native-rust-sdk-for-smart-contracts.md

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -60,12 +60,7 @@ Developing native Rust smart contracts currently faces several challenges due to
6060

6161
## Decision in Details (Optional)
6262

63-
[Describe in details the decision made, including:
64-
65-
- Key technical details
66-
- Implementation approach
67-
- Timeline considerations
68-
- Who is responsible for implementation]
63+
- Avoid implicit import (namespace pollution, poor discoverability). Provide "prelude" module.
6964

7065
### Decision Drivers
7166

0 commit comments

Comments
 (0)