Skip to content

Commit 4b69b5e

Browse files
authored
chore: remove obsolete TODO from location marks (#8992)
1 parent 7e7c82f commit 4b69b5e

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

crates/cairo-lang-filesystem/src/location_marks.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,6 @@ pub fn get_location_marks(
3535

3636
/// Given a single line diagnostic location, returns a string with the location marks.
3737
fn get_single_line_location_marks(db: &dyn Database, location: &SpanInFile<'_>) -> String {
38-
// TODO(ilya, 10/10/2023): Handle locations which spread over a few lines.
3938
let content = db.file_content(location.file_id).expect("File missing from DB.");
4039
let summary = db.file_summary(location.file_id).expect("File missing from DB.");
4140
let span = &location.span;

0 commit comments

Comments
 (0)