Skip to content

Commit

Permalink
chore: remove deprecation notice for ascription
Browse files Browse the repository at this point in the history
  • Loading branch information
saiintbrisson authored and abonander committed Mar 14, 2024
1 parent 8f926e5 commit 4c68302
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/macros/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 4c68302

Please sign in to comment.