From 6460501a446ae52e15fba0e8368c1a7d22fc288e Mon Sep 17 00:00:00 2001 From: Blaž Hrastnik Date: Sun, 30 May 2021 17:52:46 +0900 Subject: Update architecture.md --- helix-core/src/lib.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'helix-core/src') 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; -- cgit v1.2.3-70-g09d2