Skip to content

Commit

Permalink
hide unused variable when not used
Browse files Browse the repository at this point in the history
I guess someone just forgot to uncomment it.

Closes: serde-deprecated#122
  • Loading branch information
Igor Gnatenko authored Jun 15, 2017
1 parent 87fd2cd commit 7ff048f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion syntex_syntax/src/rustc_data_structures/blake2b.rs
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ pub struct Blake2bCtx {
outlen: u16,
finalized: bool,

//#[cfg(debug_assertions)]
#[cfg(debug_assertions)]
fnv_hash: u64,
}

Expand Down

0 comments on commit 7ff048f

Please sign in to comment.