Moved code around for unified diff handling
This commit is contained in:
parent
503d912262
commit
861c53889d
10 changed files with 49 additions and 50 deletions
|
|
@ -18,7 +18,6 @@
|
|||
//! trait bounds necessary, as well as a generic interface.
|
||||
//! * [`text`]: This extends the general diffing functionality to text (and more
|
||||
//! specifically line) based diff operations.
|
||||
//! * [`udiff`]: Unified diff functionality.
|
||||
//!
|
||||
//! ## Features
|
||||
//!
|
||||
|
|
@ -33,4 +32,3 @@
|
|||
//! If the crate is used without default features it's removed.
|
||||
pub mod algorithms;
|
||||
pub mod text;
|
||||
pub mod udiff;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue