koushiro commented on code in PR #7078:
URL: https://github.com/apache/opendal/pull/7078#discussion_r2637287460


##########
core/src/lib.rs:
##########
@@ -159,6 +159,8 @@ pub mod layers {
     pub use opendal_layer_chaos::*;
     #[cfg(feature = "layers-concurrent-limit")]
     pub use opendal_layer_concurrent_limit::*;
+    #[cfg(feature = "layers-dtrace")]

Review Comment:
   ```suggestion
       #[cfg(all(target_os = "linux", feature = "layers-dtrace"))]
   ```



-- 
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