mirror of
https://github.com/launchbadge/sqlx.git
synced 2025-11-17 05:48:08 +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`:
|
/// You can also set it in `build.rustflags` in `.cargo/config.toml`:
|
||||||
/// ```toml,ignore
|
/// ```toml,ignore
|
||||||
/// [build]
|
/// [build]
|
||||||
/// rustflags = ["--cfg sqlx_macros_unstable"]
|
/// rustflags = ["--cfg=sqlx_macros_unstable"]
|
||||||
/// ```
|
/// ```
|
||||||
///
|
///
|
||||||
/// And then continue building and running your project normally.
|
/// And then continue building and running your project normally.
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user