Skip to content

Commit 2ce0e4e

Browse files
committed
Fix some misleading docs
This feature was removed a long time ago
1 parent 7b3aff0 commit 2ce0e4e

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

diesel/src/macros/mod.rs

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -94,9 +94,7 @@ macro_rules! __diesel_column {
9494
/// Specifies that a table exists, and what columns it has. This will create a
9595
/// new public module, with the same name, as the name of the table. In this
9696
/// module, you'll find a unit struct named `table`, and a unit struct with the
97-
/// names of each of the columns. In the definition, you can also specify an
98-
/// additional set of columns which exist, but should not be selected by default
99-
/// (for example, for things like full text search)
97+
/// names of each of the columns.
10098
///
10199
/// By default this allows a maximum of 32 columns per table.
102100
/// You can increase this limit to 64 by enabling the `64-column-tables` feature.

0 commit comments

Comments
 (0)