binance-rs icon indicating copy to clipboard operation
binance-rs copied to clipboard

Clippy/use self

Open danieleades opened this issue 1 year ago • 1 comments

use 'Self' to refer to own type.

This is less verbose, easier to refactor, and makes it clear that a method is a 'constructor'.

this PR is stacked on #183, will leave it as a draft until it can be rebased.

danieleades avatar Oct 30 '22 23:10 danieleades