Skip to content

Commit

Permalink
Update docs: now more than just hollowing functions
Browse files Browse the repository at this point in the history
  • Loading branch information
sourcefrog committed Dec 4, 2023
1 parent 0a0f9ab commit 98d502b
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions book/src/welcome.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,8 @@
# Welcome to cargo-mutants

cargo-mutants is a mutation testing tool for Rust. It helps you improve your
program's quality by finding functions whose body could be replaced without
causing any tests to fail. Each such case indicates, perhaps, a gap in semantic
code coverage by your tests, where a bug might be lurking.
program's quality by finding places where bugs can be inserted
causing any tests to fail.

**The goal of cargo-mutants is to be _easy_ to run on any Rust source tree, and
to tell you something _interesting_ about areas where bugs might be lurking or
Expand Down

0 comments on commit 98d502b

Please sign in to comment.