fix: move stored_procs slice under the feature `stored_procs_slice`
Summary
- fix: move stored_procs slice under the feature
stored_procs_slice
In picodata, we cannot guarantee that tarantool module will be linked exactly once due to possible stale versions from various dependencies. This whole feature is here to disable the distributed slice definition in all but one instance of this crate; otherwise we'll trigger linkme's "duplicate distributed slice" check introduced in 0.3.1.
Ensure that
-
New code is covered by tests -
API is documented -
Changelog is up to date -
Version is bumped in the appropriate Cargo.toml
files
Edited by Dmitry Ivanov