mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-09-28 21:05:02 +00:00
proptest strategies for TextUnit and AtomTextEdit
This commit is contained in:
parent
5fb426cb9e
commit
3d98744c2a
4 changed files with 184 additions and 0 deletions
|
@ -1,5 +1,7 @@
|
|||
mod text_edit;
|
||||
pub mod text_utils;
|
||||
#[cfg(test)]
|
||||
pub mod test_utils;
|
||||
|
||||
pub use crate::text_edit::{TextEdit, TextEditBuilder};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue