aboutsummaryrefslogtreecommitdiff
path: root/helix-core
diff options
context:
space:
mode:
authorBlaž Hrastnik2021-05-30 08:52:46 +0000
committerBlaž Hrastnik2021-05-30 08:52:46 +0000
commit6460501a446ae52e15fba0e8368c1a7d22fc288e (patch)
tree433c0d5b616c7b6257c9fcf7001bc716d38f3468 /helix-core
parent67b037050f937dadb3afa58910935c6f5edaea2f (diff)
Update architecture.md
Diffstat (limited to 'helix-core')
-rw-r--r--helix-core/src/lib.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/helix-core/src/lib.rs b/helix-core/src/lib.rs
index 5ce6a63f..d5b0cd15 100644
--- a/helix-core/src/lib.rs
+++ b/helix-core/src/lib.rs
@@ -13,7 +13,7 @@ mod position;
pub mod register;
pub mod search;
pub mod selection;
-pub mod state;
+mod state;
pub mod syntax;
mod transaction;