mirror of
https://github.com/launchbadge/sqlx.git
synced 2025-10-02 15:25:32 +00:00
fix(docs): example of sqlx_macros_unstable
in config.toml
This commit is contained in:
parent
551d622cc1
commit
a622f044ef
@ -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…
x
Reference in New Issue
Block a user