alamb commented on code in PR #7485:
URL: https://github.com/apache/arrow-rs/pull/7485#discussion_r2083482266
##########
Cargo.toml:
##########
@@ -100,4 +101,4 @@ chrono = { version = "0.4.40", default-features = false,
features = ["clock"] }
[profile.profiling]
inherits = "release"
debug = true
-strip = false
\ No newline at end of file
+strip = false
Review Comment:
```suggestion
strip = false
```
##########
Cargo.toml:
##########
@@ -100,4 +101,4 @@ chrono = { version = "0.4.40", default-features = false,
features = ["clock"] }
[profile.profiling]
inherits = "release"
debug = true
-strip = false
\ No newline at end of file
+strip = false
Review Comment:
I think it is something my editor does by default.
--
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]