use crate;
// `permissions` is an enhancer, not its own surface (§8.3) — it only adds
// methods to the existing `operations` builders. Because `permissions`
// requires `operations` at the manifest level (§4), these impls can rely on
// `CopyBuilder`/`MoveBuilder` always being compiled alongside them.