Skip to content

Commit

Permalink
[executor] trivial: rename
Browse files Browse the repository at this point in the history
  • Loading branch information
msmouse authored and bors-libra committed Dec 10, 2021
1 parent ce076c9 commit 8ae96d0
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion execution/executor/src/components/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@
#![forbid(unsafe_code)]

pub mod apply_chunk_output;
pub mod block_tree;
pub mod chunk_commit_queue;
pub mod chunk_output;
pub mod speculation_cache;
2 changes: 1 addition & 1 deletion execution/executor/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ use std::{
};

use anyhow::{bail, ensure, format_err, Result};
use components::speculation_cache::SpeculationCache;
use components::block_tree::SpeculationCache;

use diem_crypto::{
hash::{CryptoHash, EventAccumulatorHasher, TransactionAccumulatorHasher},
Expand Down

0 comments on commit 8ae96d0

Please sign in to comment.