fix(docs): example of sqlx_macros_unstable in config.toml

This commit is contained in:
df51d 2023-03-12 03:15:47 +01:00 committed by Austin Bonander
parent 551d622cc1
commit a622f044ef

View file

@ -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.