We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 03e7a27 commit 6c50b15Copy full SHA for 6c50b15
crates/snapbox/src/lib.rs
@@ -25,7 +25,7 @@
25
//! ## Getting Started
26
//!
27
//! Testing Functions:
28
-//! - [`assert_eq`][crate::assert_eq] and [`assert_matches`] for reusing diffing / pattern matching for non-snapshot testing
+//! - [`assert_eq`][crate::assert_eq()] and [`assert_matches`] for reusing diffing / pattern matching for non-snapshot testing
29
//! - [`assert_eq_path`][crate::assert_eq_path] and [`assert_matches_path`] for one-off assertions with the snapshot stored in a file
30
//! - [`harness::Harness`] for discovering test inputs and asserting against snapshot files:
31
0 commit comments