1 parent 685bdb2 commit d1568a9Copy full SHA for d1568a9
1 file changed
crates/spectacular/src/lib.rs
@@ -1,3 +1,5 @@
1
+// Doc examples show `#[test]` as part of the test_suite API — they are illustrative, not runnable tests.
2
+#![allow(clippy::test_attr_in_doctest)]
3
//! An RSpec-inspired test framework for Rust with stackable before/after hooks.
4
//!
5
//! Spectacular provides three layers of test hooks that stack in a predictable order:
0 commit comments