alexcrichton / curl-rust

Rust bindings to libcurl
MIT License
1k stars 234 forks source link

Remove mut to all getopt functions #507

Closed LorenzoLeonardo closed 1 year ago

LorenzoLeonardo commented 1 year ago

There is no mutation involve when calling getopt functions.

LorenzoLeonardo commented 1 year ago

Hello @alexcrichton please review this change. Mutable is not necessary for these functions.