Replace warn => warn!
This commit is contained in:
parent
5ad4246cb9
commit
bac73ec938
11 changed files with 31 additions and 31 deletions
|
@ -30,7 +30,7 @@
|
|||
(expand-file-name "rust/src/" +rust-src-dir)))
|
||||
|
||||
(unless (file-exists-p racer-cmd)
|
||||
(warn "rust-mode: racer binary can't be found; auto-completion is disabled"))
|
||||
(warn! "Couldn't find racer binary. Code completion won't work"))
|
||||
|
||||
(set! :lookup 'rust-mode :definition #'racer-find-definition))
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue