rust-lang / rust-enhanced

The official Sublime Text 4 package for the Rust Programming Language
MIT License
780 stars 104 forks source link

Syntax: Switch support.function to variable.function #452

Closed ehuss closed 3 years ago

ehuss commented 3 years ago

support.function is intended only for functions that are provided by the standard library. Rust doesn't really have very many free functions (drop is about the only one in the prelude). variable.function is supposed to be used for function calls.