aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--src/hooks/sed/parser.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/hooks/sed/parser.rs b/src/hooks/sed/parser.rs
index 61e719d..4920645 100644
--- a/src/hooks/sed/parser.rs
+++ b/src/hooks/sed/parser.rs
@@ -98,7 +98,7 @@ impl Command {
Ok(output)
}
- pub fn execute(self, target: &str) -> Cow<str> {
+ pub fn execute(self, target: &str) -> Cow<'_, str> {
let result: Cow<str>;
if self.flags.contains(Flags::GLOBAL) {
-08-02 14:07:52 +0200'>2023-08-02setup new nix flake using craneMax Audron-115/+225 2023-06-22update dependenciesMax Audron-469/+457 2022-07-06release 1.0.1Max Audron-1/+57 - fix gitlab api not returning all results 2022-07-06paginate results from gitlab apiMax Audron-11/+36 2022-06-20add gitlab upload commandMax Audron-0/+4 2022-06-20prepare release 1.0.0Max Audron-3/+17