Skip to content

Commit

Permalink
Merge pull request #530 from colstrom/main
Browse files Browse the repository at this point in the history
adds support for re-exporting crate
  • Loading branch information
rexmas authored Dec 15, 2024
2 parents c8a14b7 + 4e6d6cd commit 158c8c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion proptest-derive/src/ast.rs
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ impl Impl {
#[allow(non_upper_case_globals)]
#[allow(clippy::arc_with_non_send_sync)]
const _: () = {
extern crate proptest as _proptest;
use proptest as _proptest;

impl #impl_generics _proptest::arbitrary::Arbitrary
for #typ #ty_generics #where_clause {
Expand Down

0 comments on commit 158c8c9

Please sign in to comment.