Skip to content

Commit

Permalink
try remote 1.80 warnings from sdk machine code
Browse files Browse the repository at this point in the history
  • Loading branch information
xyz committed Aug 21, 2024
1 parent 2c202c9 commit efac795
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 0 deletions.
1 change: 1 addition & 0 deletions clippy.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
# DOC_LAZY_CONTINUATION = "allowed"
4 changes: 4 additions & 0 deletions framework/cached-packages/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,3 +20,7 @@ once_cell = { workspace = true }

[build-dependencies]
libra-framework = { workspace = true }

[features]
# hack. the framework sdk generated code inserts this feature
fuzzing = []
2 changes: 2 additions & 0 deletions framework/cached-packages/src/libra_framework_sdk_builder.rs
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@
#![allow(dead_code)]
#![allow(unused_imports)]
#![allow(clippy::too_many_arguments)]
#![allow(clippy::doc_lazy_continuation)]

Check failure on line 16 in framework/cached-packages/src/libra_framework_sdk_builder.rs

View workflow job for this annotation

GitHub Actions / clippy

unknown lint: `clippy::doc_lazy_continuation`

use diem_types::{
account_address::AccountAddress,
transaction::{EntryFunction, TransactionPayload},
Expand Down

0 comments on commit efac795

Please sign in to comment.