Skip to content

Commit

Permalink
Ok clippy
Browse files Browse the repository at this point in the history
  • Loading branch information
tknickman committed Oct 11, 2024
1 parent 171d7b0 commit 524ac9d
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions crates/turborepo-env/src/platform.rs
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,12 @@ pub struct PlatformEnv {
env_keys: Vec<String>,
}

impl Default for PlatformEnv {
fn default() -> Self {
Self::new()
}
}

const TURBO_PLATFORM_ENV_KEY: &str = "TURBO_PLATFORM_ENV";
const TURBO_PLATFORM_ENV_DISABLED_KEY: &str = "TURBO_PLATFORM_ENV_DISABLED";

Expand Down

0 comments on commit 524ac9d

Please sign in to comment.