File tree Expand file tree Collapse file tree 1 file changed +0
-4
lines changed Expand file tree Collapse file tree 1 file changed +0
-4
lines changed Original file line number Diff line number Diff line change @@ -11,7 +11,6 @@ pub use super::request::{
11
11
startup:: StartupSerializationError ,
12
12
} ;
13
13
14
- use super :: response:: result:: TableSpec ;
15
14
use super :: response:: CqlResponseKind ;
16
15
use super :: TryFromPrimitiveError ;
17
16
use thiserror:: Error ;
@@ -425,9 +424,6 @@ pub struct ColumnSpecParseError {
425
424
pub enum ColumnSpecParseErrorKind {
426
425
#[ error( "Invalid table spec: {0}" ) ]
427
426
TableSpecParseError ( #[ from] TableSpecParseError ) ,
428
- // TODO: remove this variant before the next major release.
429
- #[ error( "Table spec differs across columns - got specs: {0:?} and {1:?}" ) ]
430
- TableSpecDiffersAcrossColumns ( TableSpec < ' static > , TableSpec < ' static > ) ,
431
427
#[ error( "Malformed column name: {0}" ) ]
432
428
ColumnNameParseError ( #[ from] LowLevelDeserializationError ) ,
433
429
#[ error( "Invalid column type: {0}" ) ]
You can’t perform that action at this time.
0 commit comments