Xuanwo commented on issue #4102:
URL: https://github.com/apache/opendal/issues/4102#issuecomment-1916754975

   The error message itself is wrong:
   
   ```shell
   warning: unresolved link to `Operator::Operator`
     --> core/src/types/operator/operator.rs:42:66
      |
   42 | /// Read [`Operator::concepts`][docs::concepts] for more about 
[`Operator::Operator`].
      |                                                                  
^^^^^^^^^^^^^^^^^^ the struct `Operator` has no field or associated item named 
`Operator`
      |
      = note: `#[warn(rustdoc::broken_intra_doc_links)]` on by default
   
   warning: unresolved link to `Operator::services`
     --> core/src/types/operator/operator.rs:46:42
      |
   46 | /// Read more backend init examples in [`Operator::services`]
      |                                          ^^^^^^^^^^^^^^^^^^ the struct 
`Operator` has no field or associated item named `services`
   ```


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