• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

databendlabs / openraft / 15406793779

03 Jun 2025 01:59AM UTC coverage: 90.365% (-0.08%) from 90.441%
15406793779

push

github

drmingdrmer
Fix: in 0.10, auto `NodeId` impl should not include `Copy`

`NodeId` does not require `Copy` in release 0.10 . But the auto `NodeId`
trait implementation still require `T` to be `Copy`, i.e.:

`impl NodeId for T where T: Copy + ..`.

This `Copy` trait bound should be removed according to the `NodeId`
trait definition change.

- Fix: #1382

Thanks to @tvsfx !

4 of 7 new or added lines in 1 file covered. (57.14%)

6 existing lines in 2 files now uncovered.

9866 of 10918 relevant lines covered (90.36%)

99404.32 hits per line

Source File
Press 'n' to go to next uncovered line, 'b' for previous

21.05
/openraft/src/node.rs


Source Not Available

STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc