With `(setq rust-format-on-save t)`, the following code: ```rust let номер = 42; ``` becomes: ```rust let = 42; ``` After saving the file.