We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9a78c2d commit 7d07914Copy full SHA for 7d07914
1 file changed
crates/stackable-operator/src/commons/s3/crd.rs
@@ -102,7 +102,7 @@ pub struct Region {
102
pub name: String,
103
}
104
105
-/// Having it as const &str as well, so we don't always allocate a [`String`] just for comparisons
+/// Having it as `const &str` as well, so we don't always allocate a [`String`] just for comparisons
106
const DEFAULT_REGION_NAME: &str = "us-east-1";
107
impl Region {
108
fn default_region_name() -> String {
0 commit comments