aboutsummaryrefslogtreecommitdiff
path: root/src/api/traits.rs
AgeCommit message (Collapse)Author
2019-12-13don't need trait descriptionsDaniel Schadt
As it looks, not every trait comes with this field, which prevents some traitlines (notably the Firebrand one) from rendering successfully, as serde refuses to deserialize the Trait. We never displayed the description, and it's trivial to add back, so that's why it was removed.
2019-12-06initial commitDaniel Schadt