summaryrefslogtreecommitdiff
path: root/src/parse/lines.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/parse/lines.rs')
-rw-r--r--src/parse/lines.rs2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/parse/lines.rs b/src/parse/lines.rs
index be120d8a..d1a6c781 100644
--- a/src/parse/lines.rs
+++ b/src/parse/lines.rs
@@ -1,5 +1,3 @@
-//! Conversion of byte positions to line/column locations.
-
use super::Scanner;
use crate::syntax::{Location, Offset, Pos};