You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: rstest/src/lib.rs
+1
Original file line number
Diff line number
Diff line change
@@ -1,3 +1,4 @@
1
+
#![allow(clippy::test_attr_in_doctest)]
1
2
//! This crate will help you to write simpler tests by leveraging a software testing concept called
2
3
//! [test fixtures](https://en.wikipedia.org/wiki/Test_fixture#Software). A fixture is something
3
4
//! that you can use in your tests to encapsulate a test's dependencies.
0 commit comments