mirror of
https://github.com/launchbadge/sqlx.git
synced 2026-04-03 09:01:01 +00:00
rustdoc only supports text blocks
This commit is contained in:
@@ -119,7 +119,7 @@ macro_rules! query (
|
||||
/// -----
|
||||
///
|
||||
/// `examples/queries/account-by-id.sql`:
|
||||
/// ```sql
|
||||
/// ```text
|
||||
/// select * from (select (1) as id, 'Herp Derpinson' as name) accounts
|
||||
/// where id = ?
|
||||
/// ```
|
||||
|
||||
Reference in New Issue
Block a user