mirror of
https://github.com/launchbadge/sqlx
synced 2024-11-10 14:34:19 +00:00
fix(docs): example of sqlx_macros_unstable
in config.toml
This commit is contained in:
parent
551d622cc1
commit
a622f044ef
1 changed files with 1 additions and 1 deletions
|
@ -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.
|
||||
|
|
Loading…
Reference in a new issue