You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Optimize parse_version in find_tools.rs
Avoid heap alloc given that it can have at most 4 numbers
* Fix find_msvc_15plus in find_tools.rs
* Fix find_tools.rs
* More optimization for parse_version find_tools.rs
Use 0 onstead of None
* Fmt find_tools.rs
* Fix find_tools.rs
0 commit comments