We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e1f4f7e commit ed57fa1Copy full SHA for ed57fa1
rust/cubesql/cubeclient/src/models/mod.rs
@@ -13,7 +13,9 @@ pub use self::v1_cube_meta_hierarchy::V1CubeMetaHierarchy;
13
pub mod v1_cube_meta_join;
14
pub use self::v1_cube_meta_join::V1CubeMetaJoin;
15
pub mod v1_cube_meta_link_format;
16
-pub use self::v1_cube_meta_link_format::{Type as V1CubeMetaLinkFormatType, V1CubeMetaLinkFormat};
+pub use self::v1_cube_meta_link_format::V1CubeMetaLinkFormat;
17
+// problem with code-gen, let's rename it as re-export
18
+pub use self::v1_cube_meta_link_format::Type as V1CubeMetaLinkFormatType;
19
pub mod v1_cube_meta_measure;
20
pub use self::v1_cube_meta_measure::V1CubeMetaMeasure;
21
pub mod v1_cube_meta_nested_folder;
0 commit comments