aboutsummaryrefslogtreecommitdiff
path: root/helix-core/src/transaction.rs
diff options
context:
space:
mode:
authorBlaž Hrastnik2020-06-02 01:57:01 +0000
committerBlaž Hrastnik2020-06-02 01:59:02 +0000
commit387fb57c94a5269b5ff560891fdee53a2f3fc554 (patch)
treef0ad60c132fd0f11b54cc934dfa0c3038474a424 /helix-core/src/transaction.rs
parent3848058472e65b7f8d092c44d61091a22a78bfa4 (diff)
Allow unused code for the time being.
Diffstat (limited to 'helix-core/src/transaction.rs')
-rw-r--r--helix-core/src/transaction.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/helix-core/src/transaction.rs b/helix-core/src/transaction.rs
index f3bb40fa..1619a4db 100644
--- a/helix-core/src/transaction.rs
+++ b/helix-core/src/transaction.rs
@@ -189,7 +189,7 @@ impl ChangeSet {
/// provides a basic form of [operational
/// transformation](https://en.wikipedia.org/wiki/Operational_transformation),
/// and can be used for collaborative editing.
- pub fn map(self, other: Self) -> Self {
+ pub fn map(self, _other: Self) -> Self {
unimplemented!()
}