[gnome-builder] rust-analyzer: fix description typo
- From: Christian Hergert <chergert src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-builder] rust-analyzer: fix description typo
- Date: Wed, 25 Aug 2021 22:21:43 +0000 (UTC)
commit c4d61fce875c29388a73c684f973f21f3f8721d8
Author: Christian Hergert <chergert redhat com>
Date: Wed Aug 25 15:14:30 2021 -0700
rust-analyzer: fix description typo
src/plugins/rust-analyzer/rust-analyzer-pipeline-addin.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/src/plugins/rust-analyzer/rust-analyzer-pipeline-addin.c
b/src/plugins/rust-analyzer/rust-analyzer-pipeline-addin.c
index 174aeaaf6..8c880b30f 100644
--- a/src/plugins/rust-analyzer/rust-analyzer-pipeline-addin.c
+++ b/src/plugins/rust-analyzer/rust-analyzer-pipeline-addin.c
@@ -321,7 +321,7 @@ rust_analyzer_pipeline_addin_prepare (IdePipelineAddin *addin,
notif = ide_notification_new ();
ide_notification_set_id (notif, "org.gnome.builder.rust-analyzer");
ide_notification_set_title (notif, "Could not find rust-analyzer");
- ide_notification_set_body (notif, "Install rust-analyzer in your PATH or using rustup, or use the Rust
flatpak extension in your manifest.");
+ ide_notification_set_body (notif, "Install rust-analyzer in your PATH using rustup, or use the Rust
flatpak extension in your manifest.");
ide_notification_set_urgent (notif, TRUE);
ide_notification_attach (notif, IDE_OBJECT (pipeline));
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]