refactor: remove TODO

This commit is contained in:
WofWca
2026-05-25 16:06:36 +00:00
committed by GitHub
parent 2aa96e2d8c
commit 07284b83e5

View File

@@ -421,7 +421,6 @@ impl Context {
// If not supported by the provider,
// just skip the "quota" section.
if !matches!(e, crate::quota::Error::NotSupportedByProvider) {
// TODO translate "Quota".
ret += &format!("Quota: {}", &*escaper::encode_minimal(&e.to_string()));
}
}