Skip to content

Commit

Permalink
typos
Browse files Browse the repository at this point in the history
  • Loading branch information
R9295 committed Oct 17, 2024
1 parent ddbf7f9 commit 6d1b49f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,8 @@ repository = "https://github.com/srlabs/ziggy/"
[workspace]
members = [
".",
"examples/arbitrary", "examples/asan",
"examples/arbitrary",
"examples/asan",
"examples/url",
]

Expand Down
4 changes: 2 additions & 2 deletions src/bin/cargo-ziggy/build.rs
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ use console::style;
use std::{env, process};

/// Target for ASAN builds
/// Note: we need to supply due to -Z build-std
/// Note: we need to use -Z build-std or else many macros cannot be build when using ASAN
/// Note: we need to supply a target due to -Z build-std
/// Note: we need to use -Z build-std or else many macros cannot be built when using ASAN
pub const ASAN_TARGET: &str = "x86_64-unknown-linux-gnu";

impl Build {
Expand Down

0 comments on commit 6d1b49f

Please sign in to comment.