Adding a features = ["layering_check"] to all our packages incrementally (and eventually somewhere common) would be ideal. It would prevent any transitive dependency issues and would also make imports into google3 easier where this check is enabled by default.
Adding a
features = ["layering_check"]
to all our packages incrementally (and eventually somewhere common) would be ideal. It would prevent any transitive dependency issues and would also make imports intogoogle3
easier where this check is enabled by default.