We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 60e92d5 commit f28976fCopy full SHA for f28976f
src/skeleton/mod.rs
@@ -331,7 +331,7 @@ fn ignore_all_members_except(
331
) {
332
let workspace_toml = manifests
333
.iter_mut()
334
- .find(|manifest| manifest.relative_path == std::path::PathBuf::from("Cargo.toml"));
+ .find(|manifest| manifest.relative_path == Path::new("Cargo.toml"));
335
336
if let Some(workspace) = workspace_toml.and_then(|toml| toml.contents.get_mut("workspace")) {
337
if let Some(members) = workspace.get_mut("members") {
0 commit comments