1//! This module exports helpers for implementing the `Arbitrary` trait on types that build on 2//! top of primitives provided by this crate. 3 4pub use crate::ast::{ident::arbitrary as ident, path::arbitrary as path};