Skip to content

Commit fe2dbee

Browse files
authored
IonExtension is intended to be pub (#377)
1 parent b2d86db commit fe2dbee

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99
### Changed
10+
- partiql-extension-ion-functions : Made `IonExtension` `pub`
1011
### Added
1112
### Fixes
1213

extension/partiql-extension-ion-functions/src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ impl From<std::io::Error> for IonExtensionError {
4545
}
4646

4747
#[derive(Debug)]
48-
pub(crate) struct IonExtension {}
48+
pub struct IonExtension {}
4949

5050
impl partiql_catalog::Extension for IonExtension {
5151
fn name(&self) -> String {

0 commit comments

Comments
 (0)