From 1ebe0bba848da5ee55a1d890055a995ac6410154 Mon Sep 17 00:00:00 2001 From: Anthony Oteri Date: Tue, 26 Sep 2023 23:00:28 -0400 Subject: [PATCH] Fix clippy error --- src/main.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main.rs b/src/main.rs index f8f7887..09704e4 100644 --- a/src/main.rs +++ b/src/main.rs @@ -112,7 +112,7 @@ mod tests { } /// Test that given only an FQDN for a specific host in the - /// argument, we return an HTTPS url with that FQDN as the host_str. + /// argument, we return an HTTPS url with that FQDN as the host. #[test] fn test_parse_valid_fqdn_registry_arg() { let host = "example.com";