wasefire icon indicating copy to clipboard operation
wasefire copied to clipboard

Fix all lints currently disabled in scripts/sync.sh

Open ia0 opened this issue 1 year ago • 5 comments
trafficstars

We want to enable the following lints:

  • [ ] rust.elided-lifetimes-in-paths
  • [ ] rust.missing-debug-implementations (not sure if good thing)
  • [ ] rust.missing-docs for all published libraries
  • [ ] rust.unreachable-pub
  • [ ] rust.unused-results

ia0 avatar Aug 05 '24 07:08 ia0