Skip to content

Commit

Permalink
Merge remote-tracking branch 'dwijnand/workaround-relative-link-to-Ar…
Browse files Browse the repository at this point in the history
…bitrary' into 0.9.1-changes
  • Loading branch information
AltSysrq committed Feb 11, 2019
2 parents 78af8fb + 01ecc3a commit 3ec2ba2
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions proptest/src/arbitrary/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 3ec2ba2

Please sign in to comment.