Skip to content

Conversation

@meteorgan
Copy link
Contributor

Which issue does this PR close?

None

Rationale for this change

What changes are included in this PR?

Are there any user-facing changes?

AI Usage Statement

@meteorgan meteorgan requested a review from Xuanwo as a code owner January 22, 2026 15:39
@dosubot dosubot bot added size:S This PR changes 10-29 lines, ignoring generated files. releases-note/chore The PR has a title that begins with "chore" or changes other small things that hard to tell labels Jan 22, 2026
@Xuanwo
Copy link
Member

Xuanwo commented Jan 23, 2026

doc test failed:

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

releases-note/chore The PR has a title that begins with "chore" or changes other small things that hard to tell size:S This PR changes 10-29 lines, ignoring generated files.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants