Skip configuration loading while unused (#3092)

## Summary

No benefit to doing this until it actually ships.
This commit is contained in:
Charlie Marsh 2024-04-17 09:46:08 -04:00 committed by GitHub
parent d1b07a3f49
commit d6f9ea9d54
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 0 additions and 3 deletions

View File

@ -104,9 +104,6 @@ async fn run() -> Result<ExitStatus> {
}
};
// Load the workspace settings.
let _ = uv_workspace::Workspace::find(env::current_dir()?)?;
let globals = cli.global_args;
// Configure the `tracing` crate, which controls internal logging.