Skip to content

Avoid CXX inherent method warning#10

Merged
adsharma merged 1 commit intomainfrom
fix_warnings
Apr 29, 2026
Merged

Avoid CXX inherent method warning#10
adsharma merged 1 commit intomainfrom
fix_warnings

Conversation

@adsharma
Copy link
Copy Markdown
Contributor

Replace direct CXX bridge bindings for C++ member functions with lbug_rs free-function wrappers and update the Rust call sites to use those wrappers, eliminating the #[automatically_derived] warnings emitted for generated inherent impl blocks while preserving the existing FFI behavior.

Replace direct CXX bridge bindings for C++ member functions with
lbug_rs free-function wrappers and update the Rust call sites to
use those wrappers, eliminating the #[automatically_derived] warnings
emitted for generated inherent impl blocks while preserving the
existing FFI behavior.
@adsharma adsharma merged commit 866d2ad into main Apr 29, 2026
1 check passed
@adsharma adsharma deleted the fix_warnings branch April 29, 2026 18:08
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant