Skip to content

Commit b9094ea

Browse files
KixironJoshua Nelson
authored andcommitted
I've been lied to, things will never be the same.
You've tricked me the last time, Jyn. Fool me once, shame on you. Fool me twice... well, it looks like I really am the fool, now aren't I? You, sitting there with your code reviews, adding suggestions "Remove this! Add that! This is critically broken and threatens the stability of our infrastructure!". Well I've had enough. I'm through with your deceit and trickery, for this is the last straw. This is the straw that broke the camel's back, and this camel isn't particularly happy about its back being broken. No, this camel is done with it all! Off with the straw! No longer will I sit here, straw being piled on my back by a malicious taskmaster, breaking my back over pull requests, only to be broken again and again. This is the end, I am free now!
1 parent d540b52 commit b9094ea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/bin/cratesfyi.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -159,7 +159,7 @@ pub fn main() {
159159
.arg(Arg::with_name("PATTERN")
160160
.index(1)
161161
.required(true)
162-
.help("See https://www.postgresql.org/docs/current/functions-matching.html"))))))
162+
.help("See https://www.postgresql.org/docs/current/functions-matching.html")))))
163163
.get_matches();
164164

165165
if let Some(matches) = matches.subcommand_matches("build") {

0 commit comments

Comments
 (0)