You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
I was trying to render the docs while working on #4682 and I hit an error
error: unresolved link to `ObjectStore::copy_if_not_exists`
--> src/aws/copy.rs:20:32
|
20 | /// Configure how to provide [`ObjectStore::copy_if_not_exists`] for [`AmazonS3`]
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no item named `ObjectStore` in scope
|
note: the lint level is defined here
--> src/lib.rs:18:9
|
18 | #![deny(rustdoc::broken_intra_doc_links, rustdoc::bare_urls, rust_2018_idioms)]
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
error: unresolved link to `AmazonS3`
--> src/aws/copy.rs:20:72
|
20 | /// Configure how to provide [`ObjectStore::copy_if_not_exists`] for [`AmazonS3`]
| ^^^^^^^^ no item named `AmazonS3` in scope
|
= help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
error: unresolved link to `ObjectStore::copy_if_not_exists`
--> src/aws/copy.rs:27:19
|
27 | /// If set, [`ObjectStore::copy_if_not_exists`] will perform a normal copy operation
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no item named `ObjectStore` in scope
This appears to have been added in #4239 but I couldn't find any CI jobs that check the object_store docs
To Reproduce
cd object_store
cargo doc --all-features
Expected behavior
Docs should build cleanly, and that should be verified by CI
Additional context
The text was updated successfully, but these errors were encountered:
Describe the bug
I was trying to render the docs while working on #4682 and I hit an error
This appears to have been added in #4239 but I couldn't find any CI jobs that check the object_store docs
To Reproduce
cd object_store cargo doc --all-features
Expected behavior
Docs should build cleanly, and that should be verified by CI
Additional context
The text was updated successfully, but these errors were encountered: