From 4c6830210b49b217f77cf53ee875a39b683512a8 Mon Sep 17 00:00:00 2001 From: Luiz Carvalho Date: Tue, 12 Mar 2024 20:07:56 -0300 Subject: [PATCH] chore: remove deprecation notice for ascription --- src/macros/mod.rs | 4 ---- 1 file changed, 4 deletions(-) diff --git a/src/macros/mod.rs b/src/macros/mod.rs index e7976686..0723b6c0 100644 --- a/src/macros/mod.rs +++ b/src/macros/mod.rs @@ -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: