Skip to content

Commit

Permalink
Mute cargo clippy missing docs warnings for ckb-test-chain-utils
Browse files Browse the repository at this point in the history
Signed-off-by: Eval EXEC <execvy@gmail.com>
  • Loading branch information
eval-exec committed Jan 30, 2024
1 parent 6300032 commit 966f554
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 3 deletions.
1 change: 0 additions & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -73,8 +73,8 @@ members = [
"store",
"util/indexer",
"util/chain-iter",
"util/test-chain-utils",
"util/dao",
"util/test-chain-utils",
"util/reward-calculator",
"util/snapshot",
"util/migrate",
Expand Down
1 change: 1 addition & 0 deletions util/test-chain-utils/src/mock_chain.rs
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
#![allow(dead_code)]
#![allow(missing_docs)]

use crate::mock_utils::{create_cellbase, dao_data};
use crate::MockStore;
Expand Down
2 changes: 1 addition & 1 deletion util/test-chain-utils/src/mock_utils.rs
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#![allow(dead_code)]

#![allow(missing_docs)]
use crate::MockStore;
use crate::{always_success_cell, load_input_data_hash_cell, load_input_one_byte_cell};
use ckb_chain_spec::consensus::Consensus;
Expand Down

0 comments on commit 966f554

Please sign in to comment.