cedar-policy / cedar

Implementation of the Cedar Policy Language
https://www.cedarpolicy.com
Apache License 2.0
889 stars 80 forks source link

derives `Clone` on a bunch more of our types #1324

Closed cdisselkoen closed 1 week ago

cdisselkoen commented 1 week ago

Many of these maybe shouldn't have to be cloned, but there's no reason not to derive Clone, and maybe it enables some more threading usecases for our users or something