Skip to content

Use match rather than if/else if

Ian Douglas Scott requested to merge ids1024:match into master

Just a small style thing.

The constants defined in status.rs have also caught my attention. I'd have to look more closely at exactly how they are used to be sure, but it looks to me like they could be replaced by some kind of enum.

Merge request reports