Skip to content

Commit

Permalink
style: tweak formatting of top-level comment
Browse files Browse the repository at this point in the history
  • Loading branch information
BurntSushi committed Dec 27, 2020
1 parent 282f146 commit d44b417
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions src/lib.rs
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
//! This crate is a port of
//! [Haskell's QuickCheck](https://hackage.haskell.org/package/QuickCheck).
//!
//! For detailed examples, please see the
//! [README](https://github.com/BurntSushi/quickcheck).
/*!
This crate is a port of
[Haskell's QuickCheck](https://hackage.haskell.org/package/QuickCheck).
#![cfg_attr(feature = "i128", feature(i128_type, i128))]
For detailed examples, please see the
[README](https://github.com/BurntSushi/quickcheck).
*/

pub use crate::arbitrary::{empty_shrinker, single_shrinker, Arbitrary, Gen};
pub use crate::tester::{quickcheck, QuickCheck, TestResult, Testable};
Expand Down

0 comments on commit d44b417

Please sign in to comment.