Skip to content

Commit 9116d7e

Browse files
committed
Make clippy happy
1 parent 4be09e2 commit 9116d7e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

chaos_theory/src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
`chaos_theory` is a modern property-based testing and structure-aware fuzzing library.
99
1010
You drive tests using [`Source`] to get pseudo-random values and control flow;
11-
chaos_theory records choices, their structure and metadata to efficiently explore
11+
`chaos_theory` records choices, their structure and metadata to efficiently explore
1212
the state space and automatically minimize any failures found.
1313
1414
# Quickstart

0 commit comments

Comments
 (0)