Skip to content

Commit

Permalink
Remove outdated TODO comment
Browse files Browse the repository at this point in the history
  • Loading branch information
SpaceManiac committed Nov 27, 2015
1 parent 8e6148f commit b098241
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/model.rs
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ pub struct Role {
pub hoist: bool,
pub managed: bool,
pub position: i64,
pub permissions: Permissions, // TODO: bitflags?
pub permissions: Permissions,
}

impl Role {
Expand Down

0 comments on commit b098241

Please sign in to comment.