rustdoc only supports text blocks

This commit is contained in:
Ryan Leckey 2020-03-18 22:46:20 -07:00
parent 1fc18460b0
commit c2dee0cf5a

View File

@ -119,7 +119,7 @@ macro_rules! query (
/// ----- /// -----
/// ///
/// `examples/queries/account-by-id.sql`: /// `examples/queries/account-by-id.sql`:
/// ```sql /// ```text
/// select * from (select (1) as id, 'Herp Derpinson' as name) accounts /// select * from (select (1) as id, 'Herp Derpinson' as name) accounts
/// where id = ? /// where id = ?
/// ``` /// ```