mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-09-28 21:05:02 +00:00
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:
parent
b4c30fb896
commit
57140f1730
9 changed files with 18 additions and 390 deletions
|
@ -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 {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue