There was an error while loading. Please reload this page.
1 parent e89695a commit 7264c5fCopy full SHA for 7264c5f
xtask/src/main.rs
@@ -153,8 +153,7 @@ fn main() -> Result<()> {
153
.filter_module("xtask", log::LevelFilter::Info)
154
.init();
155
156
- let workspace = PathBuf::from(env!("CARGO_MANIFEST_DIR"));
157
- let workspace = workspace.parent().unwrap().canonicalize()?;
+ let workspace = std::env::current_dir()?;
158
159
match Cli::parse() {
160
Cli::BuildDocumentation(args) => build_documentation(&workspace, args),
0 commit comments