summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/poem/elements/rune.rs8
1 files changed, 0 insertions, 8 deletions
diff --git a/src/poem/elements/rune.rs b/src/poem/elements/rune.rs
index 6db69c9..2307519 100644
--- a/src/poem/elements/rune.rs
+++ b/src/poem/elements/rune.rs
@@ -85,14 +85,6 @@ impl fmt::Display for Rune {
}
impl Rune {
- // /// Check if a character is a special [Rune]
- // pub fn special(rune: char) -> bool {
- // match rune {
- // ' ' | '/' | '$' | '\'' | '"' | '`' | '<' | '>' | '|' | '&' | ';' | '~' => true,
- // _ => false,
- // }
- // }
-
/// Recite a verse with [Rune::None]
///
/// Call this function on a [Verse] with a meter of type [Rune::None].