Skip to content

Commit

Permalink
ci: fix two ci checks
Browse files Browse the repository at this point in the history
  • Loading branch information
yangby-cryptape committed Oct 15, 2020
1 parent 84b91e8 commit 753f68b
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 4 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 devtools/ci/check-cargotoml.sh
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@ function check_dependencies_for() {
fi
if [ "${depcnt}" -eq 0 ]; then
case "${dependency}" in
phf|quote)
phf)
# We cann't handle these crates.
printf "Warn: [%s::%s] in <%s>\n" \
"${deptype}" "${dependency}" "${pkgroot}"
Expand Down
1 change: 0 additions & 1 deletion error/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,3 @@ repository = "https://github.com/nervosnetwork/ckb"
failure = "0.1.5"
ckb-occupied-capacity = { path = "../util/occupied-capacity", version = "= 0.37.0-pre" }
enum-display-derive = "0.1.0"
quote = "1.0.3"
2 changes: 1 addition & 1 deletion util/multisig/src/error.rs
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ pub enum ErrorKind {
/// The verified signatures count is less than the threshold.
#[fail(display = "Failed to meet threshold {:?}.", _0)]
Threshold {
/// The required count of valid signatures.
/// The required count of valid signatures.
threshold: usize,
/// The actual count of valid signatures.
pass_sigs: usize,
Expand Down

0 comments on commit 753f68b

Please sign in to comment.