chore: remove deprecation notice for ascription

This commit is contained in:
Luiz Carvalho 2024-03-12 20:07:56 -03:00 committed by Austin Bonander
parent 8f926e590c
commit 4c6830210b

View File

@ -164,10 +164,6 @@
/// Using `expr as _` simply signals to the macro to not type-check that bind expression,
/// and then that syntax is stripped from the expression so as to not trigger type errors.
///
/// **NOTE:** type ascription syntax (`expr: _`) is deprecated and will be removed in a
/// future release. This is due to Rust's [RFC 3307](https://github.com/rust-lang/rfcs/pull/3307)
/// officially dropping support for the syntax.
///
/// ## Type Overrides: Output Columns
/// Type overrides are also available for output columns, utilizing the SQL standard's support
/// for arbitrary text in column names: