Adds an integration property to telemetry payload which matches the URI scheme string of generate --to <uri>/import --from <uri> if any is present. Also fixed Clippy warnings in telemetry module and updated CONTRIBUTING.MD so contributors know how to see these warnings in future (cargo clippy ... --all-features).
Adds an
integration
property to telemetry payload which matches the URI scheme string ofgenerate --to <uri>
/import --from <uri>
if any is present. Also fixed Clippy warnings intelemetry
module and updatedCONTRIBUTING.MD
so contributors know how to see these warnings in future (cargo clippy ... --all-features
).