diff --git a/src/Completion.hxx b/src/Completion.hxx index 73fb7059..98c0d578 100644 --- a/src/Completion.hxx +++ b/src/Completion.hxx @@ -59,6 +59,7 @@ public: Range range; }; + [[nodiscard]] [[gnu::pure]] Result Complete(std::string_view prefix) const noexcept; virtual void Pre(std::string_view value) noexcept = 0;