Skip to content

Commit 4c68302

Browse files
saiintbrissonabonander
authored andcommitted
chore: remove deprecation notice for ascription
1 parent 8f926e5 commit 4c68302

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

src/macros/mod.rs

-4
Original file line numberDiff line numberDiff line change
@@ -164,10 +164,6 @@
164164
/// Using `expr as _` simply signals to the macro to not type-check that bind expression,
165165
/// and then that syntax is stripped from the expression so as to not trigger type errors.
166166
///
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-
///
171167
/// ## Type Overrides: Output Columns
172168
/// Type overrides are also available for output columns, utilizing the SQL standard's support
173169
/// for arbitrary text in column names:

0 commit comments

Comments
 (0)