Skip to content

Commit

Permalink
Use alloc when linting esp-wifi
Browse files Browse the repository at this point in the history
  • Loading branch information
bjoernQ committed Sep 6, 2024
1 parent 821a4d5 commit cdf3395
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion xtask/src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -667,7 +667,7 @@ fn lint_packages(workspace: &Path, args: LintPackagesArgs) -> Result<()> {
lint_package(
&path,
&[
"-Zbuild-std=core",
"-Zbuild-std=core,alloc",
&format!("--target={}", chip.target()),
"--no-default-features",
&features,
Expand Down

0 comments on commit cdf3395

Please sign in to comment.