Fix for enum Entry by importing it to sql/mod.rs (#4375)
Co-authored-by: JP <jpmateo@JPMAC.local>
This commit is contained in:
parent
c0c99d33b7
commit
a5a3545052
1 changed files with 1 additions and 0 deletions
|
@ -84,6 +84,7 @@ pub use self::algorithm::Algorithm;
|
||||||
pub use self::array::Array;
|
pub use self::array::Array;
|
||||||
pub use self::base::Base;
|
pub use self::base::Base;
|
||||||
pub use self::block::Block;
|
pub use self::block::Block;
|
||||||
|
pub use self::block::Entry;
|
||||||
pub use self::bytes::Bytes;
|
pub use self::bytes::Bytes;
|
||||||
pub use self::cast::Cast;
|
pub use self::cast::Cast;
|
||||||
pub use self::changefeed::ChangeFeed;
|
pub use self::changefeed::ChangeFeed;
|
||||||
|
|
Loading…
Reference in a new issue