We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
collision v0.10.0
eders
Upon trying to cargo build latest master branch I get:
cargo build
Package collision v0.10.0 does not have these features: eders
Out of curiousity I removed that feature-demand and got:
error[E0107]: wrong number of lifetime parameters: expected 0, found 1 --> common/entity.rs:17:81 | 17 | #[derive(Debug, Clone, Copy, PartialEq, Eq, PartialOrd, Ord, Hash, Serialize, Deserialize)] | ^^^^^^^^^^^ unexpected lifetime parameter