mirror of
https://github.com/rtic-rs/rtic.git
synced 2024-11-25 21:19:35 +01:00
Make Priority::get() public.
This commit is contained in:
parent
c67657371b
commit
18516d5398
1 changed files with 1 additions and 1 deletions
|
@ -94,7 +94,7 @@ impl Priority {
|
|||
|
||||
/// Get the current priority
|
||||
#[inline(always)]
|
||||
fn get(&self) -> u8 {
|
||||
pub fn get(&self) -> u8 {
|
||||
self.inner.get()
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue