Drop proptest tests

It takes waaay to long to compile.

We should add quickcheck tests when we touch the relevant code next
time.
This commit is contained in:
Aleksey Kladov 2020-02-17 16:57:06 +01:00
parent b4c30fb896
commit 57140f1730
9 changed files with 18 additions and 390 deletions

View file

@ -1,12 +1,11 @@
//! FIXME: write short doc here
mod text_edit;
pub mod test_utils;
pub use crate::text_edit::{TextEdit, TextEditBuilder};
use text_unit::{TextRange, TextUnit};
pub use crate::text_edit::{TextEdit, TextEditBuilder};
/// Must not overlap with other `AtomTextEdit`s
#[derive(Debug, Clone)]
pub struct AtomTextEdit {