Open
Description
Very confused about these two lines:
#[cfg(qt_5_8)]
use super::*;
here:
qmetaobject-rs/qmetaobject/src/scenegraph.rs
Lines 19 to 20 in ad28e6c
I don't know much about scene graph, but I suspect that's not how it was intended to work in Rust anyway.
Maybe it was supposed to be a module-level attribute #![cfg(...)]
instead?