Skip to content

Commit

Permalink
fix(docs): example of sqlx_macros_unstable in config.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
df51d authored and abonander committed Mar 14, 2023
1 parent 95bbeb4 commit a61bb0c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/macros/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -773,7 +773,7 @@ macro_rules! query_file_scalar_unchecked (
/// You can also set it in `build.rustflags` in `.cargo/config.toml`:
/// ```toml,ignore
/// [build]
/// rustflags = ["--cfg sqlx_macros_unstable"]
/// rustflags = ["--cfg=sqlx_macros_unstable"]
/// ```
///
/// And then continue building and running your project normally.
Expand Down

0 comments on commit a61bb0c

Please sign in to comment.