The safe_arch crate only includes modules in the source tree when using precise_srcs = true, apparently because it uses a macro to actually import the module.
I'm not entirely certain what the action item for this would be, but I don't think this an unusual thing for crates to do.
Hello!
The safe_arch crate only includes modules in the source tree when using
precise_srcs = true
, apparently because it uses a macro to actually import the module.I'm not entirely certain what the action item for this would be, but I don't think this an unusual thing for crates to do.
Thanks!