diff --git a/src/export.rs b/src/export.rs index 91a4a5efba..ba282c22d5 100644 --- a/src/export.rs +++ b/src/export.rs @@ -94,7 +94,7 @@ impl Priority { /// Get the current priority #[inline(always)] - fn get(&self) -> u8 { + pub fn get(&self) -> u8 { self.inner.get() } }