Skip to content

Commit

Permalink
adds support for re-exporting crate
Browse files Browse the repository at this point in the history
  • Loading branch information
colstrom committed Oct 24, 2024
1 parent 772e647 commit 4e6d6cd
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 @@ -116,7 +116,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 4e6d6cd

Please sign in to comment.