rust-lang / triagebot

Automation/tooling for Rust spaces
https://triage.rust-lang.org
Apache License 2.0
170 stars 75 forks source link

Fix comrak features #1682

Closed ehuss closed 1 year ago

ehuss commented 1 year ago

The default features for comrak pulls in clap which pulls in a bunch of other dependencies. This fixes it to drop those dependencies which aren't used.