From 487e3a77d6de4a9ee95de838f0c8f63645cf53aa Mon Sep 17 00:00:00 2001 From: Josef Reidinger Date: Mon, 18 Sep 2023 13:01:57 +0200 Subject: [PATCH] make rust linter happy --- rust/agama-cli/src/questions.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rust/agama-cli/src/questions.rs b/rust/agama-cli/src/questions.rs index 51d1380068..c73dc9d055 100644 --- a/rust/agama-cli/src/questions.rs +++ b/rust/agama-cli/src/questions.rs @@ -16,7 +16,7 @@ pub enum QuestionsCommands { /// them in interactive mode or change answer in automatic mode. /// /// For more details and examples see official Agama documentation. - /// https://github.com/openSUSE/agama/blob/master/doc/questions.md + /// https://github.com/openSUSE/agama/blob/master/doc/questions.md Answers { /// Local path to file with answers in YAML format path: String,