Skip to content

Support starknet for js in sdk(fix #114) #219

Support starknet for js in sdk(fix #114)

Support starknet for js in sdk(fix #114) #219

GitHub Actions / clippy failed Dec 18, 2023 in 0s

clippy

4 errors

Details

Results

Message level Amount
Internal compiler error 0
Error 4
Warning 0
Note 0
Help 0

Versions

  • rustc 1.72.0 (5680fa18f 2023-08-23)
  • cargo 1.72.0 (103a7ff2e 2023-08-15)
  • clippy 0.1.72 (5680fa1 2023-08-23)

Annotations

Check failure on line 11 in signers/src/starknet_signer/typed_data/mod.rs

See this annotation in the file changed.

@github-actions github-actions / clippy

unused import: `std::str::FromStr`

error: unused import: `std::str::FromStr`
  --> signers/src/starknet_signer/typed_data/mod.rs:11:5
   |
11 | use std::str::FromStr;
   |     ^^^^^^^^^^^^^^^^^
   |
   = note: `-D unused-imports` implied by `-D warnings`

Check failure on line 9 in signers/src/starknet_signer/typed_data/mod.rs

See this annotation in the file changed.

@github-actions github-actions / clippy

failed to resolve: use of undeclared crate or module `starknet`

error[E0433]: failed to resolve: use of undeclared crate or module `starknet`
 --> signers/src/starknet_signer/typed_data/mod.rs:9:5
  |
9 | use starknet::core::utils::starknet_keccak;
  |     ^^^^^^^^ use of undeclared crate or module `starknet`

Check failure on line 8 in signers/src/starknet_signer/typed_data/mod.rs

See this annotation in the file changed.

@github-actions github-actions / clippy

failed to resolve: use of undeclared crate or module `starknet`

error[E0433]: failed to resolve: use of undeclared crate or module `starknet`
 --> signers/src/starknet_signer/typed_data/mod.rs:8:5
  |
8 | use starknet::core::types::FieldElement;
  |     ^^^^^^^^ use of undeclared crate or module `starknet`

Check failure on line 7 in signers/src/starknet_signer/typed_data/mod.rs

See this annotation in the file changed.

@github-actions github-actions / clippy

failed to resolve: use of undeclared crate or module `starknet`

error[E0433]: failed to resolve: use of undeclared crate or module `starknet`
 --> signers/src/starknet_signer/typed_data/mod.rs:7:5
  |
7 | use starknet::core::crypto::compute_hash_on_elements;
  |     ^^^^^^^^ use of undeclared crate or module `starknet`