doc: move doc of non-deprecated macros from near-sdk-macros
to reexport in near-sdk
for continuous validation in ci
#1288
Labels
near-sdk-macros
to reexport in near-sdk
for continuous validation in ci
#1288
documentation of all non-deprecated items of
near-sdk-macros
should be transferred to documentationover re-export in
near-sdk
, e.g. https://github.com/near/near-sdk-rs/blob/master/near-sdk-macros/src/lib.rs#L46-L96 should be moved to near-sdk/src/lib.rsall
should be replaced with
or
because it will allow to continuously check api, proposed in docs, for correctness in ci via test job https://github.com/near/near-sdk-rs/blob/master/.github/workflows/test.yml#L43 .
Doc in
near-sdk-macros
for these items will be empty (or a little msg with separator can be thrown in near/borsh-rs@46d7f65)but it will be in
near
crate:Tasks
The text was updated successfully, but these errors were encountered: