diff --git a/proptest/src/arbitrary/mod.rs b/proptest/src/arbitrary/mod.rs index a1db4fee..49b371c4 100644 --- a/proptest/src/arbitrary/mod.rs +++ b/proptest/src/arbitrary/mod.rs @@ -7,8 +7,10 @@ // option. This file may not be copied, modified, or distributed // except according to those terms. -//! Defines the [`Arbitrary`] trait and related free functions -//! and type aliases. See the trait for more information. +//! Defines the `Arbitrary` trait and related free functions +//! and type aliases. +//! +//! See the [`Arbitrary`] trait for more information. //! //! [`Arbitrary`]: trait.Arbitrary.html