aboutsummaryrefslogtreecommitdiff
path: root/helix-core/src/chars.rs
diff options
context:
space:
mode:
authorKirawi2021-10-25 16:02:16 +0000
committerGitHub2021-10-25 16:02:16 +0000
commit92c2d5d3bffb52a165fad75b6db2120de37b5ae4 (patch)
treefc329d26052a8bfdb83e99c75564ef68b7ba5f2d /helix-core/src/chars.rs
parentacc5ac5e731ea978fdd8a0f6762f2cd5101780b2 (diff)
Document more of helix-core (#904)
Diffstat (limited to 'helix-core/src/chars.rs')
-rw-r--r--helix-core/src/chars.rs2
1 files changed, 2 insertions, 0 deletions
diff --git a/helix-core/src/chars.rs b/helix-core/src/chars.rs
index 24133dd3..c8e5efbd 100644
--- a/helix-core/src/chars.rs
+++ b/helix-core/src/chars.rs
@@ -1,3 +1,5 @@
+//! Utility functions to categorize a `char`.
+
use crate::LineEnding;
#[derive(Debug, Eq, PartialEq)]