File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -20,3 +20,7 @@ thiserror = "1.0.31"
2020[dev-dependencies ]
2121proptest = " 1.0.0"
2222proptest-derive = " 0.3.0"
23+
24+ # See https://matklad.github.io/2021/02/27/delete-cargo-integration-tests.html
25+ [lib ]
26+ doctest = false
Original file line number Diff line number Diff line change @@ -4,6 +4,7 @@ use std::{
44} ;
55
66use fxhash:: FxHashMap ;
7+ #[ cfg( test) ]
78mod test;
89
910use crate :: {
Original file line number Diff line number Diff line change @@ -17,6 +17,7 @@ mod loro;
1717mod smstring;
1818mod snapshot;
1919mod span;
20+ #[ cfg( test) ]
2021mod tests;
2122mod value;
2223
Original file line number Diff line number Diff line change @@ -11,3 +11,6 @@ loro-core = {path = "../loro-core"}
1111ring = " 0.16.20"
1212rle = {path = " ../rle" }
1313sha2 = " 0.10.2"
14+
15+ [lib ]
16+ doctest = false
Original file line number Diff line number Diff line change 1- nightly
1+ stable
You can’t perform that action at this time.
0 commit comments