Skip to content

Commit

Permalink
Allow dead code for unimplemented pieces (#169)
Browse files Browse the repository at this point in the history
  • Loading branch information
rexim committed Feb 15, 2017
1 parent 1209149 commit 7aa01f4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/state/port_selection_state.rs
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,6 @@
// should remember the choice and if the list of available ports
// didn't change since the previous session, autoselect the ports
// selected before.
#[allow(dead_code)]
pub struct PortSelectionState {
}
1 change: 1 addition & 0 deletions src/state/state_id.rs
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
#[derive(Clone, Copy)]
pub enum StateId {
#[allow(dead_code)]
PortSelection,
MainLooper,
Quit
Expand Down

0 comments on commit 7aa01f4

Please sign in to comment.