[gnome-builder] rust-analyzer: correct statement if rust-analyzer is not found
- From: Christian Hergert <chergert src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-builder] rust-analyzer: correct statement if rust-analyzer is not found
- Date: Wed, 16 Feb 2022 13:23:57 +0000 (UTC)
commit 4d582902dea550f73bfed8adc5f098073f3074b9
Author: Günther Wagner <info gunibert de>
Date: Tue Feb 15 21:41:41 2022 +0100
rust-analyzer: correct statement if rust-analyzer is not found
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 30205a6e4..099c5a46e 100644
--- a/src/plugins/rust-analyzer/rust-analyzer-pipeline-addin.c
+++ b/src/plugins/rust-analyzer/rust-analyzer-pipeline-addin.c
@@ -365,7 +365,7 @@ rust_analyzer_pipeline_addin_load (IdePipelineAddin *addin,
self->notif = ide_notification_new ();
ide_notification_set_title (self->notif, "Rust-analyzer is missing");
- ide_notification_set_body (self->notif, "Install rust-analyzer in your PATH using rustup, or use the Rust
flatpak extension in your manifest.");
+ ide_notification_set_body (self->notif, "Install rust-analyzer in your PATH, or use the Rust flatpak
extension in your manifest.");
ide_notification_set_urgent (self->notif, TRUE);
ide_notification_attach (self->notif, IDE_OBJECT (pipeline));
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]