Skip to content

Commit 5045b46

Browse files
johnhubbardojeda
authored andcommitted
kbuild: rust-analyzer: improve comment documentation
Replace the cryptic phrase ("IDE support targets") that initially appears to be about how to support old hard drives, with a few sentences that explain what "make rust-analyzer" provides. Signed-off-by: John Hubbard <[email protected]> Reviewed-by: Finn Behrens <[email protected]> Reviewed-by: Alice Ryhl <[email protected]> Link: https://lore.kernel.org/r/[email protected] [ Reworded title. - Miguel ] Signed-off-by: Miguel Ojeda <[email protected]>
1 parent 6dc9d9c commit 5045b46

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

Makefile

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1966,7 +1966,9 @@ quiet_cmd_tags = GEN $@
19661966
tags TAGS cscope gtags: FORCE
19671967
$(call cmd,tags)
19681968

1969-
# IDE support targets
1969+
# Generate rust-project.json (a file that describes the structure of non-Cargo
1970+
# Rust projects) for rust-analyzer (an implementation of the Language Server
1971+
# Protocol).
19701972
PHONY += rust-analyzer
19711973
rust-analyzer:
19721974
$(Q)$(CONFIG_SHELL) $(srctree)/scripts/rust_is_available.sh

0 commit comments

Comments
 (0)