Xuanwo commented on code in PR #5561:
URL: https://github.com/apache/opendal/pull/5561#discussion_r1919614538


##########
core/src/services/s3/backend.rs:
##########
@@ -512,6 +512,7 @@ impl S3Builder {
 
         // Update with endpoint templates.
         endpoint = if let Some(template) = 
ENDPOINT_TEMPLATES.get(endpoint.as_str()) {
+            #[allow(clippy::literal_string_with_formatting_args)]
             template.replace("{region}", region)

Review Comment:
   It seems you are not using the stable version of Rust to run Clippy. I 
believe we don't need to add this at the current stage.



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to