Unnamed repository; edit this file 'description' to name the repository.
Diffstat (limited to 'helix-core/src/snippets.rs')
-rw-r--r--helix-core/src/snippets.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/helix-core/src/snippets.rs b/helix-core/src/snippets.rs
index 477c9e75..3dd3b9c3 100644
--- a/helix-core/src/snippets.rs
+++ b/helix-core/src/snippets.rs
@@ -1,6 +1,6 @@
mod active;
mod elaborate;
-pub mod parser;
+mod parser;
mod render;
#[derive(PartialEq, Eq, Hash, Debug, PartialOrd, Ord, Clone, Copy)]