diff options
Diffstat (limited to 'crates/shirabe/src/installer')
| -rw-r--r-- | crates/shirabe/src/installer/library_installer.rs | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/crates/shirabe/src/installer/library_installer.rs b/crates/shirabe/src/installer/library_installer.rs index daf5e33..decc1c2 100644 --- a/crates/shirabe/src/installer/library_installer.rs +++ b/crates/shirabe/src/installer/library_installer.rs @@ -55,7 +55,6 @@ impl LibraryInstaller { let filesystem = filesystem .unwrap_or_else(|| std::rc::Rc::new(std::cell::RefCell::new(Filesystem::new(None)))); let vendor_dir = rtrim( - // TODO(phase-b): Config::get returns PhpMixed; coerce to String via get_str. &composer_ref .get_config() .borrow_mut() @@ -74,7 +73,6 @@ impl LibraryInstaller { .unwrap_or_default(), Some("/"), ), - // TODO(phase-b): Config::get returns PhpMixed; coerce to String via get_str. composer_ref .get_config() .borrow_mut() |
