Skip to content
This repository was archived by the owner on Oct 25, 2023. It is now read-only.

Commit 2650d39

Browse files
committed
chore: remove completed todo
1 parent 8ed2084 commit 2650d39

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

src/lib.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,6 @@ pub fn tsconfig_includes(tsconfig: &Path) -> Result<Vec<PathBuf>, Error> {
7373
.filter(|manifest| &target_package_manifest == &monorepo_root.join(manifest.path()))
7474
.take(1)
7575
.next()
76-
// TODO: list the assumption here
7776
.expect("Expected project to reside in monorepo");
7877

7978
debug!("package_manifest: {:?}", package_manifest);

0 commit comments

Comments
 (0)