Skip to content
This repository has been archived by the owner on May 6, 2020. It is now read-only.

Commit

Permalink
Merge pull request #123 from ignatenkobrain/patch-1
Browse files Browse the repository at this point in the history
hide unused variable when not used
  • Loading branch information
dtolnay authored Jun 16, 2017
2 parents 87fd2cd + 7ff048f commit a3fbda8
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 a3fbda8

Please sign in to comment.