Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Alpha #633

Merged
merged 2 commits into from
Nov 12, 2024
Merged

Alpha #633

Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions TROUBLESHOOTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,11 @@
Look for `Selected GCC installation` and `#include <...> search starts here` to get the sense of what system toolchain is used
by clang. Refer to this [issue](https://github.com/twistedfall/opencv-rust/issues/322) for more fixes and workarounds.

10. Using a language server IDE on macOS you're getting `dyld: Library not loaded` error from `rust-analyzer`

Check this [issue](https://github.com/twistedfall/opencv-rust/issues/592) for some ready-made configurations
for VSCode and Zed.

## Reporting issues

If you still have trouble using the crate after going through the Troubleshooting steps please fill free to
Expand Down
2 changes: 1 addition & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#![allow(broken_intra_doc_links)]
#![allow(rustdoc::broken_intra_doc_links)]

pub use error::{Error, Result};

Expand Down
Loading