sp-npos-elections should not depend on itself (#6444)
This removes the `dev-dependency` onto `sp-npos-elections` from itself. A crate should not depend on itself directly, especially not to make any macros work.
Showing
- substrate/Cargo.lock 0 additions, 1 deletionsubstrate/Cargo.lock
- substrate/primitives/npos-elections/Cargo.toml 0 additions, 1 deletionsubstrate/primitives/npos-elections/Cargo.toml
- substrate/primitives/npos-elections/compact/src/assignment.rs 2 additions, 2 deletions...trate/primitives/npos-elections/compact/src/assignment.rs
- substrate/primitives/npos-elections/compact/src/lib.rs 12 additions, 10 deletionssubstrate/primitives/npos-elections/compact/src/lib.rs
- substrate/primitives/npos-elections/src/tests.rs 5 additions, 5 deletionssubstrate/primitives/npos-elections/src/tests.rs
Please register or sign in to comment