Unnamed repository; edit this file 'description' to name the repository.
Diffstat (limited to 'crates/span/src/lib.rs')
-rw-r--r--crates/span/src/lib.rs3
1 files changed, 0 insertions, 3 deletions
diff --git a/crates/span/src/lib.rs b/crates/span/src/lib.rs
index f6569050b4..6796dc4188 100644
--- a/crates/span/src/lib.rs
+++ b/crates/span/src/lib.rs
@@ -1,7 +1,4 @@
//! File and span related types.
-// FIXME: This should be moved into its own crate to get rid of the dependency inversion, base-db
-// has business depending on tt, tt should depend on a span crate only (which unforunately will have
-// to depend on salsa)
use std::fmt::{self, Write};
use salsa::InternId;