Skip to content

Commit

Permalink
Guard against rustc version
Browse files Browse the repository at this point in the history
  • Loading branch information
ryoqun committed Feb 5, 2020
1 parent bd5495a commit 446d117
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion runtime/src/accounts_db.rs
Original file line number Diff line number Diff line change
Expand Up @@ -332,7 +332,7 @@ pub struct AccountsDBSerialize<'a> {
slot: Slot,
}

#[cfg(test)]
#[cfg(all(test, RUSTC_IS_STABLE))]
mod test_accounts_db_serialize {
use super::*;

Expand Down

0 comments on commit 446d117

Please sign in to comment.