Added missing docs
This commit is contained in:
parent
7abcdc09d8
commit
158c28784d
6 changed files with 25 additions and 1 deletions
|
|
@ -1,6 +1,7 @@
|
|||
/// A trait for reacting to an edit script from the "old" version to
|
||||
/// the "new" version.
|
||||
pub trait DiffHook: Sized {
|
||||
/// The error produced from the hook methods.
|
||||
type Error;
|
||||
|
||||
/// Called when lines with indices `old_index` (in the old version) and
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue