From 09f99f5a35becdff4a1588349262ec65113e4c0d Mon Sep 17 00:00:00 2001 From: Pro Date: Mon, 11 Nov 2024 20:09:05 +0100 Subject: [PATCH 1/2] Cleanup --- src/lib.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/lib.rs b/src/lib.rs index 8890e119..7e9a4c63 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -1,4 +1,4 @@ -#![allow(broken_intra_doc_links)] +#![allow(rustdoc::broken_intra_doc_links)] pub use error::{Error, Result}; From 18b12e7280596ffb6c21fc1688e8cc1a4a9c0153 Mon Sep 17 00:00:00 2001 From: Pro Date: Tue, 12 Nov 2024 21:33:38 +0100 Subject: [PATCH 2/2] Update troubleshooting --- TROUBLESHOOTING.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/TROUBLESHOOTING.md b/TROUBLESHOOTING.md index 6ac7988c..49ed2f4a 100644 --- a/TROUBLESHOOTING.md +++ b/TROUBLESHOOTING.md @@ -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