holochain / scaffolding

Scaffolding tool to quickly generate and modify holochain applications
https://docs.rs/holochain_scaffolding_cli
220 stars 19 forks source link

Many clippy warnings in scaffolded dnas #406

Open mattyg opened 3 days ago

mattyg commented 3 days ago

It looks like most are related to using /// for expression comments instead of //

c12i commented 3 days ago

Noticed this too, this is a side effect of a recent PR I made that fixed the issue where line comments were not getting preserved, looking into this