Skip to content

Commit

Permalink
Pote
Browse files Browse the repository at this point in the history
  • Loading branch information
Yamakaky committed Dec 23, 2016
1 parent fe5c1b6 commit 723d9c3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/assembler/cleaner.rs
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ impl Value<Expression> {

impl Expression {
fn used_labels(&self) -> Vec<String> {
use self::Expression::*;
use assembler::types::Expression::*;

match *self {
Label(ref l) => vec![l.clone()],
Expand Down

0 comments on commit 723d9c3

Please sign in to comment.