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.
pub
1 parent b2d86db commit fe2dbeeCopy full SHA for fe2dbee
CHANGELOG.md
@@ -7,6 +7,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7
8
## [Unreleased]
9
### Changed
10
+- partiql-extension-ion-functions : Made `IonExtension` `pub`
11
### Added
12
### Fixes
13
extension/partiql-extension-ion-functions/src/lib.rs
@@ -45,7 +45,7 @@ impl From<std::io::Error> for IonExtensionError {
45
}
46
47
#[derive(Debug)]
48
-pub(crate) struct IonExtension {}
+pub struct IonExtension {}
49
50
impl partiql_catalog::Extension for IonExtension {
51
fn name(&self) -> String {
0 commit comments