Skip to content

Commit ed57fa1

Browse files
committed
chore: return comment
1 parent e1f4f7e commit ed57fa1

File tree

1 file changed

+3
-1
lines changed
  • rust/cubesql/cubeclient/src/models

1 file changed

+3
-1
lines changed

rust/cubesql/cubeclient/src/models/mod.rs

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,9 @@ pub use self::v1_cube_meta_hierarchy::V1CubeMetaHierarchy;
1313
pub mod v1_cube_meta_join;
1414
pub use self::v1_cube_meta_join::V1CubeMetaJoin;
1515
pub mod v1_cube_meta_link_format;
16-
pub use self::v1_cube_meta_link_format::{Type as V1CubeMetaLinkFormatType, V1CubeMetaLinkFormat};
16+
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;
1719
pub mod v1_cube_meta_measure;
1820
pub use self::v1_cube_meta_measure::V1CubeMetaMeasure;
1921
pub mod v1_cube_meta_nested_folder;

0 commit comments

Comments
 (0)