talaia-labs / rust-teos

The Eye of Satoshi - Lightning Watchtower
https://talaia-labs.github.io/talaia.watch/
MIT License
135 stars 63 forks source link

plugin: patches clippy #250

Closed sr-gi closed 7 months ago

sr-gi commented 10 months ago

Clippy is complaining about using .get(0) instead of .fist() in methods where we are getting more than just the first item. Supress the warning

sr-gi commented 7 months ago

I'm going to go ahead and merge this given there is no outstanding PR ready to be merged