Skip to content

Commit

Permalink
docs: Enable unit-testing feature for docs.rs
Browse files Browse the repository at this point in the history
  • Loading branch information
frol committed Jun 24, 2024
1 parent 553c452 commit 71a5cfb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion near-sdk/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -92,4 +92,4 @@ __abi-generate = ["abi", "near-sdk-macros/__abi-generate"]
__macro-docs = []

[package.metadata.docs.rs]
features = ["unstable", "legacy", "__macro-docs"]
features = ["unstable", "legacy", "unit-testing", "__macro-docs"]

0 comments on commit 71a5cfb

Please sign in to comment.