File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed
crates/starknet-types-core/src/felt Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -448,7 +448,7 @@ impl Felt {
448448}
449449
450450#[ cfg( feature = "arbitrary" ) ]
451- impl < ' a > Arbitrary < ' a > for Felt {
451+ impl Arbitrary < ' _ > for Felt {
452452 // Creates an arbitrary `Felt` from unstructured input for fuzzing.
453453 // It uses the default implementation to create the internal limbs and then
454454 // uses the usual constructors from `lambdaworks-math`.
@@ -905,7 +905,7 @@ mod serde_impl {
905905
906906 struct FeltVisitor ;
907907
908- impl < ' de > de:: Visitor < ' de > for FeltVisitor {
908+ impl de:: Visitor < ' _ > for FeltVisitor {
909909 type Value = Felt ;
910910
911911 fn expecting ( & self , formatter : & mut fmt:: Formatter < ' _ > ) -> fmt:: Result {
Original file line number Diff line number Diff line change 11[toolchain ]
2- channel = " 1.77.2 "
2+ channel = " 1.84.1 "
33components = [" rustfmt" , " clippy" ]
44targets = [" wasm32-unknown-unknown" ]
55profile = " minimal"
Original file line number Diff line number Diff line change 11[toolchain ]
2- channel = " 1.80 .1"
2+ channel = " 1.84 .1"
33components = [" rustfmt" , " clippy" , " rust-analyzer" ]
44profile = " minimal"
You can’t perform that action at this time.
0 commit comments