We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c54ab27 commit 049f773Copy full SHA for 049f773
1 file changed
src/workspace.rs
@@ -28,7 +28,6 @@ pub struct MemberDep {
28
pub(crate) const DEP_SECTIONS: [&str; 3] =
29
["dependencies", "dev-dependencies", "build-dependencies"];
30
31
-
32
pub(crate) fn read_manifest(path: &Path) -> Result<DocumentMut, String> {
33
let content = std::fs::read_to_string(path)
34
.map_err(|e| format!("Failed to read {}: {e}", path.display()))?;
0 commit comments