sp-std removal from substrate/primitives (#3274)
This PR removes sp-std crate from substrate/primitives sub-directories.
For now crates that have `pub use` of sp-std or export macros that would
necessitate users of the macros to `extern crate alloc` have been
excluded from this PR.
There should be no breaking changes in this PR.
---------
Co-authored-by:
Koute <koute@users.noreply.github.com>
Showing
- Cargo.lock 0 additions, 31 deletionsCargo.lock
- substrate/primitives/arithmetic/Cargo.toml 0 additions, 2 deletionssubstrate/primitives/arithmetic/Cargo.toml
- substrate/primitives/arithmetic/src/biguint.rs 6 additions, 5 deletionssubstrate/primitives/arithmetic/src/biguint.rs
- substrate/primitives/arithmetic/src/fixed_point.rs 9 additions, 10 deletionssubstrate/primitives/arithmetic/src/fixed_point.rs
- substrate/primitives/arithmetic/src/lib.rs 5 additions, 2 deletionssubstrate/primitives/arithmetic/src/lib.rs
- substrate/primitives/arithmetic/src/per_things.rs 8 additions, 9 deletionssubstrate/primitives/arithmetic/src/per_things.rs
- substrate/primitives/arithmetic/src/rational.rs 5 additions, 5 deletionssubstrate/primitives/arithmetic/src/rational.rs
- substrate/primitives/authority-discovery/Cargo.toml 0 additions, 2 deletionssubstrate/primitives/authority-discovery/Cargo.toml
- substrate/primitives/authority-discovery/src/lib.rs 3 additions, 1 deletionsubstrate/primitives/authority-discovery/src/lib.rs
- substrate/primitives/block-builder/Cargo.toml 1 addition, 2 deletionssubstrate/primitives/block-builder/Cargo.toml
- substrate/primitives/block-builder/src/lib.rs 3 additions, 1 deletionsubstrate/primitives/block-builder/src/lib.rs
- substrate/primitives/consensus/aura/Cargo.toml 0 additions, 2 deletionssubstrate/primitives/consensus/aura/Cargo.toml
- substrate/primitives/consensus/aura/src/lib.rs 3 additions, 1 deletionsubstrate/primitives/consensus/aura/src/lib.rs
- substrate/primitives/consensus/babe/Cargo.toml 0 additions, 2 deletionssubstrate/primitives/consensus/babe/Cargo.toml
- substrate/primitives/consensus/babe/src/digests.rs 2 additions, 1 deletionsubstrate/primitives/consensus/babe/src/digests.rs
- substrate/primitives/consensus/babe/src/lib.rs 4 additions, 1 deletionsubstrate/primitives/consensus/babe/src/lib.rs
- substrate/primitives/consensus/beefy/Cargo.toml 0 additions, 2 deletionssubstrate/primitives/consensus/beefy/Cargo.toml
- substrate/primitives/consensus/beefy/src/commitment.rs 6 additions, 5 deletionssubstrate/primitives/consensus/beefy/src/commitment.rs
- substrate/primitives/consensus/beefy/src/lib.rs 3 additions, 1 deletionsubstrate/primitives/consensus/beefy/src/lib.rs
- substrate/primitives/consensus/beefy/src/mmr.rs 4 additions, 2 deletionssubstrate/primitives/consensus/beefy/src/mmr.rs
Please register or sign in to comment