Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Unified whitebox token merge #1750

Closed
wants to merge 2 commits into from

unified - whitebox token_merge_module

0dc3518
Select commit
Loading
Failed to load commit list.
Sign in for the full log view
Closed

Unified whitebox token merge #1750

unified - whitebox token_merge_module
0dc3518
Select commit
Loading
Failed to load commit list.
GitHub Actions / clippy failed Aug 27, 2024 in 1s

reviewdog [clippy] report

reported by reviewdog 🐶

Findings (31)

contracts/feature-tests/use-module/tests/token_merge_module_whitebox_test.rs|104 col 45| warning: useless conversion to the same type: u64
--> contracts/feature-tests/use-module/tests/token_merge_module_whitebox_test.rs:104:45
|
104 | TestEsdtTransfer(NFT_TOKEN_ID_EXPR, FIRST_NFT_NONCE.into(), NFT_AMOUNT.into()),
| ^^^^^^^^^^^^^^^^^^^^^^ help: consider removing .into(): FIRST_NFT_NONCE
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#useless_conversion
= note: #[warn(clippy::useless_conversion)] on by default
contracts/feature-tests/use-module/tests/token_merge_module_whitebox_test.rs|104 col 69| warning: useless conversion to the same type: u64
--> contracts/feature-tests/use-module/tests/token_merge_module_whitebox_test.rs:104:69
|
104 | TestEsdtTransfer(NFT_TOKEN_ID_EXPR, FIRST_NFT_NONCE.into(), NFT_AMOUNT.into()),
| ^^^^^^^^^^^^^^^^^ help: consider removing .into(): NFT_AMOUNT
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#useless_conversion
contracts/feature-tests/use-module/tests/token_merge_module_whitebox_test.rs|107 col 13| warning: useless conversion to the same type: u64
--> contracts/feature-tests/use-module/tests/token_merge_module_whitebox_test.rs:107:13
|
107 | SECOND_NFT_NONCE.into(),
| ^^^^^^^^^^^^^^^^^^^^^^^ help: consider removing .into(): SECOND_NFT_NONCE
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#useless_conversion
contracts/feature-tests/use-module/tests/token_merge_module_whitebox_test.rs|108 col 13| warning: useless conversion to the same type: u64
--> contracts/feature-tests/use-module/tests/token_merge_module_whitebox_test.rs:108:13
|
108 | NFT_AMOUNT.into(),
| ^^^^^^^^^^^^^^^^^ help: consider removing .into(): NFT_AMOUNT
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#useless_conversion
contracts/feature-tests/use-module/tests/token_merge_module_whitebox_test.rs|132 col 70| warning: useless conversion to the same type: u64
--> contracts/feature-tests/use-module/tests/token_merge_module_whitebox_test.rs:132:70
|
132 | TestEsdtTransfer(NFT_TOKEN_ID_EXPR, FIRST_NFT_NONCE, NFT_AMOUNT.into()),
| ^^^^^^^^^^^^^^^^^ help: consider removing .into(): NFT_AMOUNT
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#useless_conversion
contracts/feature-tests/use-module/tests/token_merge_module_whitebox_test.rs|133 col 71| warning: useless conversion to the same type: u64
--> contracts/feature-tests/use-module/tests/token_merge_module_whitebox_test.rs:133:71
|
133 | TestEsdtTransfer(NFT_TOKEN_ID_EXPR, SECOND_NFT_NONCE, NFT_AMOUNT.into()),
| ^^^^^^^^^^^^^^^^^ help: consider removing .into(): NFT_AMOUNT
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#useless_conversion
contracts/feature-tests/use-module/tests/token_merge_module_whitebox_test.rs|186 col 70| warning: useless conversion to the same type: u64
--> contracts/feature-tests/use-module/tests/token_merge_module_whitebox_test.rs:186:70
|
186 | TestEsdtTransfer(NFT_TOKEN_ID_EXPR, FIRST_NFT_NONCE, NFT_AMOUNT.into()),
| ^^^^^^^^^^^^^^^^^ help: consider removing .into(): NFT_AMOUNT
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#useless_conversion
contracts/feature-tests/use-module/tests/token_merge_module_whitebox_test.rs|187 col 71| warning: useless conversion to the same type: u64
--> contracts/feature-tests/use-module/tests/token_merge_module_whitebox_test.rs:187:71
|
187 | TestEsdtTransfer(NFT_TOKEN_ID_EXPR, SECOND_NFT_NONCE, NFT_AMOUNT.into()),
| ^^^^^^^^^^^^^^^^^ help: consider removing .into(): NFT_AMOUNT
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#useless_conversion
contracts/feature-tests/use-module/tests/token_merge_module_whitebox_test.rs|212 col 45| warning: useless conversion to the same type: u64
--> contracts/feature-tests/use-module/tests/token_merge_module_whitebox_test.rs:212:45
|
212 | TestEsdtTransfer(NFT_TOKEN_ID_EXPR, FIRST_NFT_NONCE.into(), NFT_AMOUNT.into()),
| ^^^^^^^^^^^^^^^^^^^^^^ help: consider removing .into(): FIRST_NFT_NONCE
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#useless_conversion
contracts/feature-tests/use-module/tests/token_merge_module_whitebox_test.rs|212 col 69| warning: useless conversion to the same type: u64
--> contracts/feature-tests/use-module/tests/token_merge_module_whitebox_test.rs:212:69
|
212 | TestEsdtTransfer(NFT_TOKEN_ID_EXPR, FIRST_NFT_NONCE.into(), NFT_AMOUNT.into()),
| ^^^^^^^^^^^^^^^^^ help: consider removing .into(): NFT_AMOUNT
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#useless_conversion
contracts/feature-tests/use-module/tests/token_merge_module_whitebox_test.rs|213 col 50| warning: useless conversion to the same type: u64
--> contracts/feature-tests/use-module/tests/token_merge_module_whitebox_test.rs:213:50
|
213 | TestEsdtTransfer(FUNGIBLE_TOKEN_ID_EXPR, 0u64.into(), FUNGIBLE_AMOUNT.into()),
| ^^^^^^^^^^^ help: consider removing .into(): 0u64
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#useless_conversion
contracts/feature-tests/use-module/tests/token_merge_module_whitebox_test.rs|213 col 63| warning: useless conversion to the same type: u64
--> contracts/feature-tests/use-module/tests/token_merge_module_whitebox_test.rs:213:63
|
213 | TestEsdtTransfer(FUNGIBLE_TOKEN_ID_EXPR, 0u64.into(), FUNGIBLE_AMOUNT.into()),
| ^^^^^^^^^^^^^^^^^^^^^^ help: consider removing .into(): FUNGIBLE_AMOUNT
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#useless_conversion
contracts/feature-tests/use-module/tests/token_merge_module_whitebox_test.rs|236 col 70| warning: useless conversion to the same type: u64
--> contracts/feature-tests/use-module/tests/token_merge_module_whitebox_test.rs:236:70
|
236 | TestEsdtTransfer(NFT_TOKEN_ID_EXPR, FIRST_NFT_NONCE, NFT_AMOUNT.into()),
| ^^^^^^^^^^^^^^^^^ help: consider removing .into(): NFT_AMOUNT
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#useless_conversion
contracts/feature-tests/use-module/tests/token_merge_module_whitebox_test.rs|237 col 61| warning: useless conversion to the same type: u64
--> contracts/feature-tests/use-module/tests/token_merge_module_whitebox_test.rs:237:61
|
237 | TestEsdtTransfer(FUNGIBLE_TOKEN_ID_EXPR, 0, FUNGIBLE_AMOUNT.into()),
| ^^^^^^^^^^^^^^^^^^^^^^ help: consider removing .into(): FUNGIBLE_AMOUNT
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#useless_conversion
contracts/feature-tests/use-module/tests/token_merge_module_whitebox_test.rs|266 col 13| warning: useless conversion to the same type: u64
--> contracts/feature-tests/use-module/tests/token_merge_module_whitebox_test.rs:266:13
|
266 | SECOND_NFT_NONCE.into(),
| ^^^^^^^^^^^^^^^^^^^^^^^ help: consider removing .into(): SECOND_NFT_NONCE
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#useless_conversion
contracts/feature-tests/use-module/tests/token_merge_module_whitebox_test.rs|267 col 13| warning: useless conversion to the same type: u64
--> contracts/feature-tests/use-module/tests/token_merge_module_whitebox_test.rs:267:13
|
267 | NFT_AMOUNT.into(),
| ^^^^^^^^^^^^^^^^^ help: consider removing .into(): NFT_AMOUNT
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#useless_conversion
contracts/feature-tests/use-module/tests/token_merge_module_whitebox_test.rs|269 col 48| warning: useless conversion to the same type: u64
--> contracts/feature-tests/use-module/tests/token_merge_module_whitebox_test.rs:269:48
|
269 | TestEsdtTransfer(MERGED_TOKEN_ID_EXPR, 2u64.into(), NFT_AMOUNT.into()),
| ^^^^^^^^^^^ help: consider removing .into(): 2u64
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#useless_conversion
contracts/feature-tests/use-module/tests/token_merge_module_whitebox_test.rs|269 col 61| warning: useless conversion to the same type: u64
--> contracts/feature-tests/use-module/tests/token_merge_module_whitebox_test.rs:269:61
|
269 | TestEsdtTransfer(MERGED_TOKEN_ID_EXPR, 2u64.into(), NFT_AMOUNT.into()),
| ^^^^^^^^^^^^^^^^^ help: consider removing .into(): NFT_AMOUNT
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#useless_conversion
contracts/feature-tests/use-module/tests/token_merge_module_whitebox_test.rs|292 col 70| warning: useless conversion to the same type: u64
--> contracts/feature-tests/use-module/tests/token_merge_module_whitebox_test.rs:292:70
|
292 | TestEsdtTransfer(NFT_TOKEN_ID_EXPR, FIRST_NFT_NONCE, NFT_AMOUNT.into()),
| ^^^^^^^^^^^^^^^^^ help: consider removing .into(): NFT_AMOUNT
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#useless_conversion
contracts/feature-tests/use-module/tests/token_merge_module_whitebox_test.rs|293 col 61| warning: useless conversion to the same type: u64
--> contracts/feature-tests/use-module/tests/token_merge_module_whitebox_test.rs:293:61
|
293 | TestEsdtTransfer(FUNGIBLE_TOKEN_ID_EXPR, 0, FUNGIBLE_AMOUNT.into()),
| ^^^^^^^^^^^^^^^^^^^^^^ help: consider removing .into(): FUNGIBLE_AMOUNT
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#useless_conversion
contracts/feature-tests/use-module/tests/token_merge_module_whitebox_test.rs|294 col 71| warning: useless conversion to the same type: u64
--> contracts/feature-tests/use-module/tests/token_merge_module_whitebox_test.rs:294:71
|
294 | TestEsdtTransfer(NFT_TOKEN_ID_EXPR, SECOND_NFT_NONCE, NFT_AMOUNT.into()),
| ^^^^^^^^^^^^^^^^^ help: consider removing .into(): NFT_AMOUNT
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#useless_conversion
contracts/feature-tests/use-module/tests/token_merge_module_whitebox_test.rs|323 col 60| warning: useless conversion to the same type: u64
--> contracts/feature-tests/use-module/tests/token_merge_module_whitebox_test.rs:323:60
|
323 | .payment(TestEsdtTransfer(MERGED_TOKEN_ID_EXPR, 3, NFT_AMOUNT.into()))
| ^^^^^^^^^^^^^^^^^ help: consider removing .into(): NFT_AMOUNT
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#useless_conversion
contracts/feature-tests/use-module/tests/token_merge_module_whitebox_test.rs|327 col 70| warning: useless conversion to the same type: u64
--> contracts/feature-tests/use-module/tests/token_merge_module_whitebox_test.rs:327:70
|
327 | TestEsdtTransfer(NFT_TOKEN_ID_EXPR, FIRST_NFT_NONCE, NFT_AMOUNT.into()),
| ^^^^^^^^^^^^^^^^^ help: consider removing .into(): NFT_AMOUNT
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#useless_conversion
contracts/feature-tests/use-module/tests/token_merge_module_whitebox_test.rs|328 col 61| warning: useless conversion to the same type: u64
--> contracts/feature-tests/use-module/tests/token_merge_module_whitebox_test.rs:328:61
|
328 | TestEsdtTransfer(FUNGIBLE_TOKEN_ID_EXPR, 0, FUNGIBLE_AMOUNT.into()),
| ^^^^^^^^^^^^^^^^^^^^^^ help: consider removing .into(): FUNGIBLE_AMOUNT
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#useless_conversion
contracts/feature-tests/use-module/tests/token_merge_module_whitebox_test.rs|329 col 71| warning: useless conversion to the same type: u64
--> contracts/feature-tests/use-module/tests/token_merge_module_whitebox_test.rs:329:71
|
329 | TestEsdtTransfer(NFT_TOKEN_ID_EXPR, SECOND_NFT_NONCE, NFT_AMOUNT.into()),
| ^^^^^^^^^^^^^^^^^ help: consider removing .into(): NFT_AMOUNT
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#useless_conversion
contracts/feature-tests/use-module/tests/token_merge_module_whitebox_test.rs|131 col 32| warning: useless use of vec!
--> contracts/feature-tests/use-module/tests/token_merge_module_whitebox_test.rs:131:32
|
131 | let expected_uri = vec![
| ________________________________^
132 | | TestEsdtTransfer(NFT_TOKEN_ID_EXPR, FIRST_NFT_NONCE, NFT_AMOUNT.into()),
133 | | TestEsdtTransfer(NFT_TOKEN_ID_EXPR, SECOND_NFT_NONCE, NFT_AMOUNT.into()),
134 | | ];
| |^
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#useless_vec
= note: #[warn(clippy::useless_vec)] on by default
help: you can use an array directly
|
131 ~ let expected_uri = [TestEsdtTransfer(NFT_TOKEN_ID_EXPR, FIRST_NFT_NONCE, NFT_AMOUNT.into()),
132 ~ TestEsdtTransfer(NFT_TOKEN_ID_EXPR, SECOND_NFT_NONCE, NFT_AMOUNT.into())];
|
contracts/feature-tests/use-module/tests/token_merge_module_whitebox_test.rs|235 col 32| warning: useless use of vec!
--> contracts/feature-tests/use-module/tests/token_merge_module_whitebox_test.rs:235:32
|
235 | let expected_uri = vec![
| ________________________________^
236 | | TestEsdtTransfer(NFT_TOKEN_ID_EXPR, FIRST_NFT_NONCE, NFT_AMOUNT.into()),
237 | | TestEsdtTransfer(FUNGIBLE_TOKEN_ID_EXPR, 0, FUNGIBLE_AMOUNT.into()),
238 | | ];
| |
^
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#useless_vec
help: you can use an array directly
|
235 ~ let expected_uri = [TestEsdtTransfer(NFT_TOKEN_ID_EXPR, FIRST_NFT_NONCE, NFT_AMOUNT.into()),
236 ~ TestEsdtTransfer(FUNGIBLE_TOKEN_ID_EXPR, 0, FUNGIBLE_AMOUNT.into())];
|
contracts/feature-tests/use-module/tests/token_merge_module_whitebox_test.rs|291 col 32| warning: useless use of vec!
--> contracts/feature-tests/use-module/tests/token_merge_module_whitebox_test.rs:291:32
|
291 | let expected_uri = vec![
| ________________________________^
292 | | TestEsdtTransfer(NFT_TOKEN_ID_EXPR, FIRST_NFT_NONCE, NFT_AMOUNT.into()),
293 | | TestEsdtTransfer(FUNGIBLE_TOKEN_ID_EXPR, 0, FUNGIBLE_AMOUNT.into()),
294 | | TestEsdtTransfer(NFT_TOKEN_ID_EXPR, SECOND_NFT_NONCE, NFT_AMOUNT.into()),
295 | | ];
| |^
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#useless_vec
help: you can use an array directly
|
291 ~ let expected_uri = [TestEsdtTransfer(NFT_TOKEN_ID_EXPR, FIRST_NFT_NONCE, NFT_AMOUNT.into()),
292 + TestEsdtTransfer(FUNGIBLE_TOKEN_ID_EXPR, 0, FUNGIBLE_AMOUNT.into()),
293 ~ TestEsdtTransfer(NFT_TOKEN_ID_EXPR, SECOND_NFT_NONCE, NFT_AMOUNT.into())];
|
contracts/feature-tests/use-module/tests/token_merge_module_whitebox_test.rs|447 col 32| warning: useless use of vec!
--> contracts/feature-tests/use-module/tests/token_merge_module_whitebox_test.rs:447:32
|
447 | let expected_uri = vec![
| ________________________________^
448 | | TestEsdtTransfer(NFT_TOKEN_ID_EXPR, FIRST_NFT_NONCE, NFT_AMOUNT),
449 | | TestEsdtTransfer(NFT_TOKEN_ID_EXPR, SECOND_NFT_NONCE, NFT_AMOUNT),
450 | | TestEsdtTransfer(FUNGIBLE_TOKEN_ID_EXPR, 0, FUNGIBLE_AMOUNT),
451 | | ];
| |
^
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#useless_vec
help: you can use an array directly
|
447 ~ let expected_uri = [TestEsdtTransfer(NFT_TOKEN_ID_EXPR, FIRST_NFT_NONCE, NFT_AMOUNT),
448 + TestEsdtTransfer(NFT_TOKEN_ID_EXPR, SECOND_NFT_NONCE, NFT_AMOUNT),
449 ~ TestEsdtTransfer(FUNGIBLE_TOKEN_ID_EXPR, 0, FUNGIBLE_AMOUNT)];
|
contracts/feature-tests/use-module/tests/token_merge_module_whitebox_test.rs|529 col 32| warning: useless use of vec!
--> contracts/feature-tests/use-module/tests/token_merge_module_whitebox_test.rs:529:32
|
529 | let expected_uri = vec![
| ________________________________^
530 | | TestEsdtTransfer(NFT_TOKEN_ID_EXPR, SECOND_NFT_NONCE, NFT_AMOUNT),
531 | | TestEsdtTransfer(FUNGIBLE_TOKEN_ID_EXPR, 0, FUNGIBLE_AMOUNT - 40),
532 | | ];
| |^
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#useless_vec
help: you can use an array directly
|
529 ~ let expected_uri = [TestEsdtTransfer(NFT_TOKEN_ID_EXPR, SECOND_NFT_NONCE, NFT_AMOUNT),
530 ~ TestEsdtTransfer(FUNGIBLE_TOKEN_ID_EXPR, 0, FUNGIBLE_AMOUNT - 40)];
|
contracts/feature-tests/use-module/tests/token_merge_module_whitebox_test.rs|647 col 32| warning: useless use of vec!
--> contracts/feature-tests/use-module/tests/token_merge_module_whitebox_test.rs:647:32
|
647 | let expected_uri = vec![
| ________________________________^
648 | | TestEsdtTransfer(NFT_TOKEN_ID_EXPR, FIRST_NFT_NONCE, NFT_AMOUNT),
649 | | TestEsdtTransfer(NFT_TOKEN_ID_EXPR, SECOND_NFT_NONCE, NFT_AMOUNT),
650 | | ];
| |
^
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#useless_vec
help: you can use an array directly
|
647 ~ let expected_uri = [TestEsdtTransfer(NFT_TOKEN_ID_EXPR, FIRST_NFT_NONCE, NFT_AMOUNT),
648 ~ TestEsdtTransfer(NFT_TOKEN_ID_EXPR, SECOND_NFT_NONCE, NFT_AMOUNT)];
|

Filtered Findings (0)

Annotations

Check warning on line 104 in contracts/feature-tests/use-module/tests/token_merge_module_whitebox_test.rs

See this annotation in the file changed.

@github-actions github-actions / clippy

[clippy] contracts/feature-tests/use-module/tests/token_merge_module_whitebox_test.rs#L104

warning: useless conversion to the same type: `u64`
   --> contracts/feature-tests/use-module/tests/token_merge_module_whitebox_test.rs:104:45
    |
104 |         TestEsdtTransfer(NFT_TOKEN_ID_EXPR, FIRST_NFT_NONCE.into(), NFT_AMOUNT.into()),
    |                                             ^^^^^^^^^^^^^^^^^^^^^^ help: consider removing `.into()`: `FIRST_NFT_NONCE`
    |
    = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#useless_conversion
    = note: `#[warn(clippy::useless_conversion)]` on by default
Raw output
contracts/feature-tests/use-module/tests/token_merge_module_whitebox_test.rs:104:45:w:warning: useless conversion to the same type: `u64`
   --> contracts/feature-tests/use-module/tests/token_merge_module_whitebox_test.rs:104:45
    |
104 |         TestEsdtTransfer(NFT_TOKEN_ID_EXPR, FIRST_NFT_NONCE.into(), NFT_AMOUNT.into()),
    |                                             ^^^^^^^^^^^^^^^^^^^^^^ help: consider removing `.into()`: `FIRST_NFT_NONCE`
    |
    = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#useless_conversion
    = note: `#[warn(clippy::useless_conversion)]` on by default


__END__

Check warning on line 104 in contracts/feature-tests/use-module/tests/token_merge_module_whitebox_test.rs

See this annotation in the file changed.

@github-actions github-actions / clippy

[clippy] contracts/feature-tests/use-module/tests/token_merge_module_whitebox_test.rs#L104

warning: useless conversion to the same type: `u64`
   --> contracts/feature-tests/use-module/tests/token_merge_module_whitebox_test.rs:104:69
    |
104 |         TestEsdtTransfer(NFT_TOKEN_ID_EXPR, FIRST_NFT_NONCE.into(), NFT_AMOUNT.into()),
    |                                                                     ^^^^^^^^^^^^^^^^^ help: consider removing `.into()`: `NFT_AMOUNT`
    |
    = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#useless_conversion
Raw output
contracts/feature-tests/use-module/tests/token_merge_module_whitebox_test.rs:104:69:w:warning: useless conversion to the same type: `u64`
   --> contracts/feature-tests/use-module/tests/token_merge_module_whitebox_test.rs:104:69
    |
104 |         TestEsdtTransfer(NFT_TOKEN_ID_EXPR, FIRST_NFT_NONCE.into(), NFT_AMOUNT.into()),
    |                                                                     ^^^^^^^^^^^^^^^^^ help: consider removing `.into()`: `NFT_AMOUNT`
    |
    = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#useless_conversion


__END__

Check warning on line 107 in contracts/feature-tests/use-module/tests/token_merge_module_whitebox_test.rs

See this annotation in the file changed.

@github-actions github-actions / clippy

[clippy] contracts/feature-tests/use-module/tests/token_merge_module_whitebox_test.rs#L107

warning: useless conversion to the same type: `u64`
   --> contracts/feature-tests/use-module/tests/token_merge_module_whitebox_test.rs:107:13
    |
107 |             SECOND_NFT_NONCE.into(),
    |             ^^^^^^^^^^^^^^^^^^^^^^^ help: consider removing `.into()`: `SECOND_NFT_NONCE`
    |
    = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#useless_conversion
Raw output
contracts/feature-tests/use-module/tests/token_merge_module_whitebox_test.rs:107:13:w:warning: useless conversion to the same type: `u64`
   --> contracts/feature-tests/use-module/tests/token_merge_module_whitebox_test.rs:107:13
    |
107 |             SECOND_NFT_NONCE.into(),
    |             ^^^^^^^^^^^^^^^^^^^^^^^ help: consider removing `.into()`: `SECOND_NFT_NONCE`
    |
    = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#useless_conversion


__END__

Check warning on line 108 in contracts/feature-tests/use-module/tests/token_merge_module_whitebox_test.rs

See this annotation in the file changed.

@github-actions github-actions / clippy

[clippy] contracts/feature-tests/use-module/tests/token_merge_module_whitebox_test.rs#L108

warning: useless conversion to the same type: `u64`
   --> contracts/feature-tests/use-module/tests/token_merge_module_whitebox_test.rs:108:13
    |
108 |             NFT_AMOUNT.into(),
    |             ^^^^^^^^^^^^^^^^^ help: consider removing `.into()`: `NFT_AMOUNT`
    |
    = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#useless_conversion
Raw output
contracts/feature-tests/use-module/tests/token_merge_module_whitebox_test.rs:108:13:w:warning: useless conversion to the same type: `u64`
   --> contracts/feature-tests/use-module/tests/token_merge_module_whitebox_test.rs:108:13
    |
108 |             NFT_AMOUNT.into(),
    |             ^^^^^^^^^^^^^^^^^ help: consider removing `.into()`: `NFT_AMOUNT`
    |
    = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#useless_conversion


__END__

Check warning on line 132 in contracts/feature-tests/use-module/tests/token_merge_module_whitebox_test.rs

See this annotation in the file changed.

@github-actions github-actions / clippy

[clippy] contracts/feature-tests/use-module/tests/token_merge_module_whitebox_test.rs#L132

warning: useless conversion to the same type: `u64`
   --> contracts/feature-tests/use-module/tests/token_merge_module_whitebox_test.rs:132:70
    |
132 |                 TestEsdtTransfer(NFT_TOKEN_ID_EXPR, FIRST_NFT_NONCE, NFT_AMOUNT.into()),
    |                                                                      ^^^^^^^^^^^^^^^^^ help: consider removing `.into()`: `NFT_AMOUNT`
    |
    = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#useless_conversion
Raw output
contracts/feature-tests/use-module/tests/token_merge_module_whitebox_test.rs:132:70:w:warning: useless conversion to the same type: `u64`
   --> contracts/feature-tests/use-module/tests/token_merge_module_whitebox_test.rs:132:70
    |
132 |                 TestEsdtTransfer(NFT_TOKEN_ID_EXPR, FIRST_NFT_NONCE, NFT_AMOUNT.into()),
    |                                                                      ^^^^^^^^^^^^^^^^^ help: consider removing `.into()`: `NFT_AMOUNT`
    |
    = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#useless_conversion


__END__

Check warning on line 133 in contracts/feature-tests/use-module/tests/token_merge_module_whitebox_test.rs

See this annotation in the file changed.

@github-actions github-actions / clippy

[clippy] contracts/feature-tests/use-module/tests/token_merge_module_whitebox_test.rs#L133

warning: useless conversion to the same type: `u64`
   --> contracts/feature-tests/use-module/tests/token_merge_module_whitebox_test.rs:133:71
    |
133 |                 TestEsdtTransfer(NFT_TOKEN_ID_EXPR, SECOND_NFT_NONCE, NFT_AMOUNT.into()),
    |                                                                       ^^^^^^^^^^^^^^^^^ help: consider removing `.into()`: `NFT_AMOUNT`
    |
    = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#useless_conversion
Raw output
contracts/feature-tests/use-module/tests/token_merge_module_whitebox_test.rs:133:71:w:warning: useless conversion to the same type: `u64`
   --> contracts/feature-tests/use-module/tests/token_merge_module_whitebox_test.rs:133:71
    |
133 |                 TestEsdtTransfer(NFT_TOKEN_ID_EXPR, SECOND_NFT_NONCE, NFT_AMOUNT.into()),
    |                                                                       ^^^^^^^^^^^^^^^^^ help: consider removing `.into()`: `NFT_AMOUNT`
    |
    = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#useless_conversion


__END__

Check warning on line 186 in contracts/feature-tests/use-module/tests/token_merge_module_whitebox_test.rs

See this annotation in the file changed.

@github-actions github-actions / clippy

[clippy] contracts/feature-tests/use-module/tests/token_merge_module_whitebox_test.rs#L186

warning: useless conversion to the same type: `u64`
   --> contracts/feature-tests/use-module/tests/token_merge_module_whitebox_test.rs:186:70
    |
186 |                 TestEsdtTransfer(NFT_TOKEN_ID_EXPR, FIRST_NFT_NONCE, NFT_AMOUNT.into()),
    |                                                                      ^^^^^^^^^^^^^^^^^ help: consider removing `.into()`: `NFT_AMOUNT`
    |
    = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#useless_conversion
Raw output
contracts/feature-tests/use-module/tests/token_merge_module_whitebox_test.rs:186:70:w:warning: useless conversion to the same type: `u64`
   --> contracts/feature-tests/use-module/tests/token_merge_module_whitebox_test.rs:186:70
    |
186 |                 TestEsdtTransfer(NFT_TOKEN_ID_EXPR, FIRST_NFT_NONCE, NFT_AMOUNT.into()),
    |                                                                      ^^^^^^^^^^^^^^^^^ help: consider removing `.into()`: `NFT_AMOUNT`
    |
    = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#useless_conversion


__END__

Check warning on line 187 in contracts/feature-tests/use-module/tests/token_merge_module_whitebox_test.rs

See this annotation in the file changed.

@github-actions github-actions / clippy

[clippy] contracts/feature-tests/use-module/tests/token_merge_module_whitebox_test.rs#L187

warning: useless conversion to the same type: `u64`
   --> contracts/feature-tests/use-module/tests/token_merge_module_whitebox_test.rs:187:71
    |
187 |                 TestEsdtTransfer(NFT_TOKEN_ID_EXPR, SECOND_NFT_NONCE, NFT_AMOUNT.into()),
    |                                                                       ^^^^^^^^^^^^^^^^^ help: consider removing `.into()`: `NFT_AMOUNT`
    |
    = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#useless_conversion
Raw output
contracts/feature-tests/use-module/tests/token_merge_module_whitebox_test.rs:187:71:w:warning: useless conversion to the same type: `u64`
   --> contracts/feature-tests/use-module/tests/token_merge_module_whitebox_test.rs:187:71
    |
187 |                 TestEsdtTransfer(NFT_TOKEN_ID_EXPR, SECOND_NFT_NONCE, NFT_AMOUNT.into()),
    |                                                                       ^^^^^^^^^^^^^^^^^ help: consider removing `.into()`: `NFT_AMOUNT`
    |
    = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#useless_conversion


__END__

Check warning on line 212 in contracts/feature-tests/use-module/tests/token_merge_module_whitebox_test.rs

See this annotation in the file changed.

@github-actions github-actions / clippy

[clippy] contracts/feature-tests/use-module/tests/token_merge_module_whitebox_test.rs#L212

warning: useless conversion to the same type: `u64`
   --> contracts/feature-tests/use-module/tests/token_merge_module_whitebox_test.rs:212:45
    |
212 |         TestEsdtTransfer(NFT_TOKEN_ID_EXPR, FIRST_NFT_NONCE.into(), NFT_AMOUNT.into()),
    |                                             ^^^^^^^^^^^^^^^^^^^^^^ help: consider removing `.into()`: `FIRST_NFT_NONCE`
    |
    = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#useless_conversion
Raw output
contracts/feature-tests/use-module/tests/token_merge_module_whitebox_test.rs:212:45:w:warning: useless conversion to the same type: `u64`
   --> contracts/feature-tests/use-module/tests/token_merge_module_whitebox_test.rs:212:45
    |
212 |         TestEsdtTransfer(NFT_TOKEN_ID_EXPR, FIRST_NFT_NONCE.into(), NFT_AMOUNT.into()),
    |                                             ^^^^^^^^^^^^^^^^^^^^^^ help: consider removing `.into()`: `FIRST_NFT_NONCE`
    |
    = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#useless_conversion


__END__

Check warning on line 212 in contracts/feature-tests/use-module/tests/token_merge_module_whitebox_test.rs

See this annotation in the file changed.

@github-actions github-actions / clippy

[clippy] contracts/feature-tests/use-module/tests/token_merge_module_whitebox_test.rs#L212

warning: useless conversion to the same type: `u64`
   --> contracts/feature-tests/use-module/tests/token_merge_module_whitebox_test.rs:212:69
    |
212 |         TestEsdtTransfer(NFT_TOKEN_ID_EXPR, FIRST_NFT_NONCE.into(), NFT_AMOUNT.into()),
    |                                                                     ^^^^^^^^^^^^^^^^^ help: consider removing `.into()`: `NFT_AMOUNT`
    |
    = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#useless_conversion
Raw output
contracts/feature-tests/use-module/tests/token_merge_module_whitebox_test.rs:212:69:w:warning: useless conversion to the same type: `u64`
   --> contracts/feature-tests/use-module/tests/token_merge_module_whitebox_test.rs:212:69
    |
212 |         TestEsdtTransfer(NFT_TOKEN_ID_EXPR, FIRST_NFT_NONCE.into(), NFT_AMOUNT.into()),
    |                                                                     ^^^^^^^^^^^^^^^^^ help: consider removing `.into()`: `NFT_AMOUNT`
    |
    = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#useless_conversion


__END__

Check warning on line 213 in contracts/feature-tests/use-module/tests/token_merge_module_whitebox_test.rs

See this annotation in the file changed.

@github-actions github-actions / clippy

[clippy] contracts/feature-tests/use-module/tests/token_merge_module_whitebox_test.rs#L213

warning: useless conversion to the same type: `u64`
   --> contracts/feature-tests/use-module/tests/token_merge_module_whitebox_test.rs:213:50
    |
213 |         TestEsdtTransfer(FUNGIBLE_TOKEN_ID_EXPR, 0u64.into(), FUNGIBLE_AMOUNT.into()),
    |                                                  ^^^^^^^^^^^ help: consider removing `.into()`: `0u64`
    |
    = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#useless_conversion
Raw output
contracts/feature-tests/use-module/tests/token_merge_module_whitebox_test.rs:213:50:w:warning: useless conversion to the same type: `u64`
   --> contracts/feature-tests/use-module/tests/token_merge_module_whitebox_test.rs:213:50
    |
213 |         TestEsdtTransfer(FUNGIBLE_TOKEN_ID_EXPR, 0u64.into(), FUNGIBLE_AMOUNT.into()),
    |                                                  ^^^^^^^^^^^ help: consider removing `.into()`: `0u64`
    |
    = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#useless_conversion


__END__

Check warning on line 213 in contracts/feature-tests/use-module/tests/token_merge_module_whitebox_test.rs

See this annotation in the file changed.

@github-actions github-actions / clippy

[clippy] contracts/feature-tests/use-module/tests/token_merge_module_whitebox_test.rs#L213

warning: useless conversion to the same type: `u64`
   --> contracts/feature-tests/use-module/tests/token_merge_module_whitebox_test.rs:213:63
    |
213 |         TestEsdtTransfer(FUNGIBLE_TOKEN_ID_EXPR, 0u64.into(), FUNGIBLE_AMOUNT.into()),
    |                                                               ^^^^^^^^^^^^^^^^^^^^^^ help: consider removing `.into()`: `FUNGIBLE_AMOUNT`
    |
    = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#useless_conversion
Raw output
contracts/feature-tests/use-module/tests/token_merge_module_whitebox_test.rs:213:63:w:warning: useless conversion to the same type: `u64`
   --> contracts/feature-tests/use-module/tests/token_merge_module_whitebox_test.rs:213:63
    |
213 |         TestEsdtTransfer(FUNGIBLE_TOKEN_ID_EXPR, 0u64.into(), FUNGIBLE_AMOUNT.into()),
    |                                                               ^^^^^^^^^^^^^^^^^^^^^^ help: consider removing `.into()`: `FUNGIBLE_AMOUNT`
    |
    = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#useless_conversion


__END__

Check warning on line 236 in contracts/feature-tests/use-module/tests/token_merge_module_whitebox_test.rs

See this annotation in the file changed.

@github-actions github-actions / clippy

[clippy] contracts/feature-tests/use-module/tests/token_merge_module_whitebox_test.rs#L236

warning: useless conversion to the same type: `u64`
   --> contracts/feature-tests/use-module/tests/token_merge_module_whitebox_test.rs:236:70
    |
236 |                 TestEsdtTransfer(NFT_TOKEN_ID_EXPR, FIRST_NFT_NONCE, NFT_AMOUNT.into()),
    |                                                                      ^^^^^^^^^^^^^^^^^ help: consider removing `.into()`: `NFT_AMOUNT`
    |
    = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#useless_conversion
Raw output
contracts/feature-tests/use-module/tests/token_merge_module_whitebox_test.rs:236:70:w:warning: useless conversion to the same type: `u64`
   --> contracts/feature-tests/use-module/tests/token_merge_module_whitebox_test.rs:236:70
    |
236 |                 TestEsdtTransfer(NFT_TOKEN_ID_EXPR, FIRST_NFT_NONCE, NFT_AMOUNT.into()),
    |                                                                      ^^^^^^^^^^^^^^^^^ help: consider removing `.into()`: `NFT_AMOUNT`
    |
    = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#useless_conversion


__END__

Check warning on line 237 in contracts/feature-tests/use-module/tests/token_merge_module_whitebox_test.rs

See this annotation in the file changed.

@github-actions github-actions / clippy

[clippy] contracts/feature-tests/use-module/tests/token_merge_module_whitebox_test.rs#L237

warning: useless conversion to the same type: `u64`
   --> contracts/feature-tests/use-module/tests/token_merge_module_whitebox_test.rs:237:61
    |
237 |                 TestEsdtTransfer(FUNGIBLE_TOKEN_ID_EXPR, 0, FUNGIBLE_AMOUNT.into()),
    |                                                             ^^^^^^^^^^^^^^^^^^^^^^ help: consider removing `.into()`: `FUNGIBLE_AMOUNT`
    |
    = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#useless_conversion
Raw output
contracts/feature-tests/use-module/tests/token_merge_module_whitebox_test.rs:237:61:w:warning: useless conversion to the same type: `u64`
   --> contracts/feature-tests/use-module/tests/token_merge_module_whitebox_test.rs:237:61
    |
237 |                 TestEsdtTransfer(FUNGIBLE_TOKEN_ID_EXPR, 0, FUNGIBLE_AMOUNT.into()),
    |                                                             ^^^^^^^^^^^^^^^^^^^^^^ help: consider removing `.into()`: `FUNGIBLE_AMOUNT`
    |
    = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#useless_conversion


__END__

Check warning on line 266 in contracts/feature-tests/use-module/tests/token_merge_module_whitebox_test.rs

See this annotation in the file changed.

@github-actions github-actions / clippy

[clippy] contracts/feature-tests/use-module/tests/token_merge_module_whitebox_test.rs#L266

warning: useless conversion to the same type: `u64`
   --> contracts/feature-tests/use-module/tests/token_merge_module_whitebox_test.rs:266:13
    |
266 |             SECOND_NFT_NONCE.into(),
    |             ^^^^^^^^^^^^^^^^^^^^^^^ help: consider removing `.into()`: `SECOND_NFT_NONCE`
    |
    = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#useless_conversion
Raw output
contracts/feature-tests/use-module/tests/token_merge_module_whitebox_test.rs:266:13:w:warning: useless conversion to the same type: `u64`
   --> contracts/feature-tests/use-module/tests/token_merge_module_whitebox_test.rs:266:13
    |
266 |             SECOND_NFT_NONCE.into(),
    |             ^^^^^^^^^^^^^^^^^^^^^^^ help: consider removing `.into()`: `SECOND_NFT_NONCE`
    |
    = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#useless_conversion


__END__

Check warning on line 267 in contracts/feature-tests/use-module/tests/token_merge_module_whitebox_test.rs

See this annotation in the file changed.

@github-actions github-actions / clippy

[clippy] contracts/feature-tests/use-module/tests/token_merge_module_whitebox_test.rs#L267

warning: useless conversion to the same type: `u64`
   --> contracts/feature-tests/use-module/tests/token_merge_module_whitebox_test.rs:267:13
    |
267 |             NFT_AMOUNT.into(),
    |             ^^^^^^^^^^^^^^^^^ help: consider removing `.into()`: `NFT_AMOUNT`
    |
    = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#useless_conversion
Raw output
contracts/feature-tests/use-module/tests/token_merge_module_whitebox_test.rs:267:13:w:warning: useless conversion to the same type: `u64`
   --> contracts/feature-tests/use-module/tests/token_merge_module_whitebox_test.rs:267:13
    |
267 |             NFT_AMOUNT.into(),
    |             ^^^^^^^^^^^^^^^^^ help: consider removing `.into()`: `NFT_AMOUNT`
    |
    = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#useless_conversion


__END__

Check warning on line 269 in contracts/feature-tests/use-module/tests/token_merge_module_whitebox_test.rs

See this annotation in the file changed.

@github-actions github-actions / clippy

[clippy] contracts/feature-tests/use-module/tests/token_merge_module_whitebox_test.rs#L269

warning: useless conversion to the same type: `u64`
   --> contracts/feature-tests/use-module/tests/token_merge_module_whitebox_test.rs:269:48
    |
269 |         TestEsdtTransfer(MERGED_TOKEN_ID_EXPR, 2u64.into(), NFT_AMOUNT.into()),
    |                                                ^^^^^^^^^^^ help: consider removing `.into()`: `2u64`
    |
    = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#useless_conversion
Raw output
contracts/feature-tests/use-module/tests/token_merge_module_whitebox_test.rs:269:48:w:warning: useless conversion to the same type: `u64`
   --> contracts/feature-tests/use-module/tests/token_merge_module_whitebox_test.rs:269:48
    |
269 |         TestEsdtTransfer(MERGED_TOKEN_ID_EXPR, 2u64.into(), NFT_AMOUNT.into()),
    |                                                ^^^^^^^^^^^ help: consider removing `.into()`: `2u64`
    |
    = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#useless_conversion


__END__

Check warning on line 269 in contracts/feature-tests/use-module/tests/token_merge_module_whitebox_test.rs

See this annotation in the file changed.

@github-actions github-actions / clippy

[clippy] contracts/feature-tests/use-module/tests/token_merge_module_whitebox_test.rs#L269

warning: useless conversion to the same type: `u64`
   --> contracts/feature-tests/use-module/tests/token_merge_module_whitebox_test.rs:269:61
    |
269 |         TestEsdtTransfer(MERGED_TOKEN_ID_EXPR, 2u64.into(), NFT_AMOUNT.into()),
    |                                                             ^^^^^^^^^^^^^^^^^ help: consider removing `.into()`: `NFT_AMOUNT`
    |
    = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#useless_conversion
Raw output
contracts/feature-tests/use-module/tests/token_merge_module_whitebox_test.rs:269:61:w:warning: useless conversion to the same type: `u64`
   --> contracts/feature-tests/use-module/tests/token_merge_module_whitebox_test.rs:269:61
    |
269 |         TestEsdtTransfer(MERGED_TOKEN_ID_EXPR, 2u64.into(), NFT_AMOUNT.into()),
    |                                                             ^^^^^^^^^^^^^^^^^ help: consider removing `.into()`: `NFT_AMOUNT`
    |
    = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#useless_conversion


__END__

Check warning on line 292 in contracts/feature-tests/use-module/tests/token_merge_module_whitebox_test.rs

See this annotation in the file changed.

@github-actions github-actions / clippy

[clippy] contracts/feature-tests/use-module/tests/token_merge_module_whitebox_test.rs#L292

warning: useless conversion to the same type: `u64`
   --> contracts/feature-tests/use-module/tests/token_merge_module_whitebox_test.rs:292:70
    |
292 |                 TestEsdtTransfer(NFT_TOKEN_ID_EXPR, FIRST_NFT_NONCE, NFT_AMOUNT.into()),
    |                                                                      ^^^^^^^^^^^^^^^^^ help: consider removing `.into()`: `NFT_AMOUNT`
    |
    = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#useless_conversion
Raw output
contracts/feature-tests/use-module/tests/token_merge_module_whitebox_test.rs:292:70:w:warning: useless conversion to the same type: `u64`
   --> contracts/feature-tests/use-module/tests/token_merge_module_whitebox_test.rs:292:70
    |
292 |                 TestEsdtTransfer(NFT_TOKEN_ID_EXPR, FIRST_NFT_NONCE, NFT_AMOUNT.into()),
    |                                                                      ^^^^^^^^^^^^^^^^^ help: consider removing `.into()`: `NFT_AMOUNT`
    |
    = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#useless_conversion


__END__

Check warning on line 293 in contracts/feature-tests/use-module/tests/token_merge_module_whitebox_test.rs

See this annotation in the file changed.

@github-actions github-actions / clippy

[clippy] contracts/feature-tests/use-module/tests/token_merge_module_whitebox_test.rs#L293

warning: useless conversion to the same type: `u64`
   --> contracts/feature-tests/use-module/tests/token_merge_module_whitebox_test.rs:293:61
    |
293 |                 TestEsdtTransfer(FUNGIBLE_TOKEN_ID_EXPR, 0, FUNGIBLE_AMOUNT.into()),
    |                                                             ^^^^^^^^^^^^^^^^^^^^^^ help: consider removing `.into()`: `FUNGIBLE_AMOUNT`
    |
    = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#useless_conversion
Raw output
contracts/feature-tests/use-module/tests/token_merge_module_whitebox_test.rs:293:61:w:warning: useless conversion to the same type: `u64`
   --> contracts/feature-tests/use-module/tests/token_merge_module_whitebox_test.rs:293:61
    |
293 |                 TestEsdtTransfer(FUNGIBLE_TOKEN_ID_EXPR, 0, FUNGIBLE_AMOUNT.into()),
    |                                                             ^^^^^^^^^^^^^^^^^^^^^^ help: consider removing `.into()`: `FUNGIBLE_AMOUNT`
    |
    = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#useless_conversion


__END__

Check warning on line 294 in contracts/feature-tests/use-module/tests/token_merge_module_whitebox_test.rs

See this annotation in the file changed.

@github-actions github-actions / clippy

[clippy] contracts/feature-tests/use-module/tests/token_merge_module_whitebox_test.rs#L294

warning: useless conversion to the same type: `u64`
   --> contracts/feature-tests/use-module/tests/token_merge_module_whitebox_test.rs:294:71
    |
294 |                 TestEsdtTransfer(NFT_TOKEN_ID_EXPR, SECOND_NFT_NONCE, NFT_AMOUNT.into()),
    |                                                                       ^^^^^^^^^^^^^^^^^ help: consider removing `.into()`: `NFT_AMOUNT`
    |
    = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#useless_conversion
Raw output
contracts/feature-tests/use-module/tests/token_merge_module_whitebox_test.rs:294:71:w:warning: useless conversion to the same type: `u64`
   --> contracts/feature-tests/use-module/tests/token_merge_module_whitebox_test.rs:294:71
    |
294 |                 TestEsdtTransfer(NFT_TOKEN_ID_EXPR, SECOND_NFT_NONCE, NFT_AMOUNT.into()),
    |                                                                       ^^^^^^^^^^^^^^^^^ help: consider removing `.into()`: `NFT_AMOUNT`
    |
    = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#useless_conversion


__END__

Check warning on line 323 in contracts/feature-tests/use-module/tests/token_merge_module_whitebox_test.rs

See this annotation in the file changed.

@github-actions github-actions / clippy

[clippy] contracts/feature-tests/use-module/tests/token_merge_module_whitebox_test.rs#L323

warning: useless conversion to the same type: `u64`
   --> contracts/feature-tests/use-module/tests/token_merge_module_whitebox_test.rs:323:60
    |
323 |         .payment(TestEsdtTransfer(MERGED_TOKEN_ID_EXPR, 3, NFT_AMOUNT.into()))
    |                                                            ^^^^^^^^^^^^^^^^^ help: consider removing `.into()`: `NFT_AMOUNT`
    |
    = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#useless_conversion
Raw output
contracts/feature-tests/use-module/tests/token_merge_module_whitebox_test.rs:323:60:w:warning: useless conversion to the same type: `u64`
   --> contracts/feature-tests/use-module/tests/token_merge_module_whitebox_test.rs:323:60
    |
323 |         .payment(TestEsdtTransfer(MERGED_TOKEN_ID_EXPR, 3, NFT_AMOUNT.into()))
    |                                                            ^^^^^^^^^^^^^^^^^ help: consider removing `.into()`: `NFT_AMOUNT`
    |
    = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#useless_conversion


__END__

Check warning on line 327 in contracts/feature-tests/use-module/tests/token_merge_module_whitebox_test.rs

See this annotation in the file changed.

@github-actions github-actions / clippy

[clippy] contracts/feature-tests/use-module/tests/token_merge_module_whitebox_test.rs#L327

warning: useless conversion to the same type: `u64`
   --> contracts/feature-tests/use-module/tests/token_merge_module_whitebox_test.rs:327:70
    |
327 |                 TestEsdtTransfer(NFT_TOKEN_ID_EXPR, FIRST_NFT_NONCE, NFT_AMOUNT.into()),
    |                                                                      ^^^^^^^^^^^^^^^^^ help: consider removing `.into()`: `NFT_AMOUNT`
    |
    = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#useless_conversion
Raw output
contracts/feature-tests/use-module/tests/token_merge_module_whitebox_test.rs:327:70:w:warning: useless conversion to the same type: `u64`
   --> contracts/feature-tests/use-module/tests/token_merge_module_whitebox_test.rs:327:70
    |
327 |                 TestEsdtTransfer(NFT_TOKEN_ID_EXPR, FIRST_NFT_NONCE, NFT_AMOUNT.into()),
    |                                                                      ^^^^^^^^^^^^^^^^^ help: consider removing `.into()`: `NFT_AMOUNT`
    |
    = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#useless_conversion


__END__

Check warning on line 328 in contracts/feature-tests/use-module/tests/token_merge_module_whitebox_test.rs

See this annotation in the file changed.

@github-actions github-actions / clippy

[clippy] contracts/feature-tests/use-module/tests/token_merge_module_whitebox_test.rs#L328

warning: useless conversion to the same type: `u64`
   --> contracts/feature-tests/use-module/tests/token_merge_module_whitebox_test.rs:328:61
    |
328 |                 TestEsdtTransfer(FUNGIBLE_TOKEN_ID_EXPR, 0, FUNGIBLE_AMOUNT.into()),
    |                                                             ^^^^^^^^^^^^^^^^^^^^^^ help: consider removing `.into()`: `FUNGIBLE_AMOUNT`
    |
    = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#useless_conversion
Raw output
contracts/feature-tests/use-module/tests/token_merge_module_whitebox_test.rs:328:61:w:warning: useless conversion to the same type: `u64`
   --> contracts/feature-tests/use-module/tests/token_merge_module_whitebox_test.rs:328:61
    |
328 |                 TestEsdtTransfer(FUNGIBLE_TOKEN_ID_EXPR, 0, FUNGIBLE_AMOUNT.into()),
    |                                                             ^^^^^^^^^^^^^^^^^^^^^^ help: consider removing `.into()`: `FUNGIBLE_AMOUNT`
    |
    = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#useless_conversion


__END__

Check warning on line 329 in contracts/feature-tests/use-module/tests/token_merge_module_whitebox_test.rs

See this annotation in the file changed.

@github-actions github-actions / clippy

[clippy] contracts/feature-tests/use-module/tests/token_merge_module_whitebox_test.rs#L329

warning: useless conversion to the same type: `u64`
   --> contracts/feature-tests/use-module/tests/token_merge_module_whitebox_test.rs:329:71
    |
329 |                 TestEsdtTransfer(NFT_TOKEN_ID_EXPR, SECOND_NFT_NONCE, NFT_AMOUNT.into()),
    |                                                                       ^^^^^^^^^^^^^^^^^ help: consider removing `.into()`: `NFT_AMOUNT`
    |
    = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#useless_conversion
Raw output
contracts/feature-tests/use-module/tests/token_merge_module_whitebox_test.rs:329:71:w:warning: useless conversion to the same type: `u64`
   --> contracts/feature-tests/use-module/tests/token_merge_module_whitebox_test.rs:329:71
    |
329 |                 TestEsdtTransfer(NFT_TOKEN_ID_EXPR, SECOND_NFT_NONCE, NFT_AMOUNT.into()),
    |                                                                       ^^^^^^^^^^^^^^^^^ help: consider removing `.into()`: `NFT_AMOUNT`
    |
    = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#useless_conversion


__END__