We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8f926e5 commit 4c68302Copy full SHA for 4c68302
src/macros/mod.rs
@@ -164,10 +164,6 @@
164
/// Using `expr as _` simply signals to the macro to not type-check that bind expression,
165
/// and then that syntax is stripped from the expression so as to not trigger type errors.
166
///
167
-/// **NOTE:** type ascription syntax (`expr: _`) is deprecated and will be removed in a
168
-/// future release. This is due to Rust's [RFC 3307](https://github.com/rust-lang/rfcs/pull/3307)
169
-/// officially dropping support for the syntax.
170
-///
171
/// ## Type Overrides: Output Columns
172
/// Type overrides are also available for output columns, utilizing the SQL standard's support
173
/// for arbitrary text in column names:
0 commit comments