Xuanwo commented on PR #7157:
URL: https://github.com/apache/opendal/pull/7157#issuecomment-3788297411

   doc test failed:
   
   ```shell
   ---- core/src/types/operator/operator.rs - 
types::operator::operator::Operator::writer_options (line 923) stdout ----
   error[E0433]: failed to resolve: use of unresolved module or unlinked crate 
`options`
     --> core/src/types/operator/operator.rs:933:9
      |
   13 |         options::WriteOptions {
      |         ^^^^^^^ use of unresolved module or unlinked crate `options`
      |
      = help: if you wanted to use a crate named `options`, use `cargo add 
options` to add it to your `Cargo.toml`
   help: an enum with a similar name exists
      |
   13 -         options::WriteOptions {
   13 +         Option::WriteOptions {
      |
   help: consider importing this module
      |
    2 + use opendal_core::options;
      |
   
   error: aborting due to 1 previous error
   
   For more information about this error, try `rustc --explain E0433`.
   Couldn't compile the test.
   
   failures:
       core/src/types/operator/operator.rs - 
types::operator::operator::Operator::writer_options (line 923)
   
   ```


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