Remove no longer applicatble TODO's

This commit is contained in:
Lukas Winkler
2021-12-01 13:47:29 +01:00
parent c7793063e4
commit 39c712dfab
3 changed files with 1 additions and 3 deletions

View File

@@ -257,7 +257,6 @@ impl ServiceAccountAuthenticator {
}
}
// TODO: Can those use statements be cleaned up?
/// Create an authenticator that uses a application default credentials.
/// ```
/// # #[cfg(any(feature = "hyper-rustls", feature = "hyper-tls"))]