Skip to content

Commit 64785f8

Browse files
nepetcdecker
authored andcommitted
tramp: Make TrampolineError public
We need to import it in the internal repo Signed-off-by: Peter Neuroth <[email protected]>
1 parent 2cd5623 commit 64785f8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

libs/gl-plugin/src/tramp.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -174,7 +174,7 @@ impl ErrorStatusConversionExt for TrampolineErrorCode {
174174

175175
/// Type alias for convenience.
176176
type Result<T, E = TrampolineError> = core::result::Result<T, E>;
177-
type TrampolineError = Error<TrampolineErrorCode>;
177+
pub type TrampolineError = Error<TrampolineErrorCode>;
178178

179179
fn feature_guard(features: impl Into<Vec<u8>>, feature_bit: usize) -> Result<()> {
180180
let mut features = features.into();

0 commit comments

Comments
 (0)